Searched refs:HTTP_SPLIT_N_CODE (Results 1 – 3 of 3) sorted by relevance
143 …isHeaerEnd = (bufTmp[index] == HTTP_SPLIT_R_CODE && bufTmp[index + INDEX_1] == HTTP_SPLIT_N_CODE && in ConstructHttpResponse()145 bufTmp[index + INDEX_3] == HTTP_SPLIT_N_CODE); in ConstructHttpResponse()150 bufTmp[index - INDEX_1] == HTTP_SPLIT_N_CODE); in ConstructHttpResponse()156 bufTmp[endline + INDEX_2] == HTTP_SPLIT_N_CODE)) { in ConstructHttpResponse()
182 const uint8_t HTTP_SPLIT_N_CODE = 10; // '\n' variable
106 … readTempBuffer[lenIndex + INDEX_1] == HTTP_SPLIT_N_CODE))) { in GetContentLength()134 …readTempBuffer[index + INDEX_1] == HTTP_SPLIT_N_CODE && readTempBuffer[index + INDEX_2] == HTTP_SP… in CheckLineEnd()135 readTempBuffer[index + INDEX_3] == HTTP_SPLIT_N_CODE) { in CheckLineEnd()