Searched refs:HTTP_SPLIT_R_CODE (Results 1 – 3 of 3) sorted by relevance
143 …bool isHeaerEnd = (bufTmp[index] == HTTP_SPLIT_R_CODE && bufTmp[index + INDEX_1] == HTTP_SPLIT_N_C… in ConstructHttpResponse()144 bufTmp[index + INDEX_2] == HTTP_SPLIT_R_CODE && in ConstructHttpResponse()149 bool isLineBegin = (index > INDEX_2 && bufTmp[index - INDEX_2] == HTTP_SPLIT_R_CODE && in ConstructHttpResponse()155 while (!(bufTmp[endline + INDEX_1] == HTTP_SPLIT_R_CODE && in ConstructHttpResponse()
181 const uint8_t HTTP_SPLIT_R_CODE = 13; // '\r' variable
105 while (lenIndex < readSize - 1 && (!(readTempBuffer[lenIndex] == HTTP_SPLIT_R_CODE && in GetContentLength()133 …if ((index + HTTP_COMMON_CONST_VALUE_3) < readSize && readTempBuffer[index] == HTTP_SPLIT_R_CODE && in CheckLineEnd()134 …er[index + INDEX_1] == HTTP_SPLIT_N_CODE && readTempBuffer[index + INDEX_2] == HTTP_SPLIT_R_CODE && in CheckLineEnd()