Home
last modified time | relevance | path

Searched refs:HTTP_SPLIT_R_CODE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h143 …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()
H A Dprint_ipp_over_usb_constant.h181 const uint8_t HTTP_SPLIT_R_CODE = 13; // '\r' variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp105 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()