Home
last modified time | relevance | path

Searched refs:HTTP_SPLIT_N_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 …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()
H A Dprint_ipp_over_usb_constant.h182 const uint8_t HTTP_SPLIT_N_CODE = 10; // '\n' variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp106 … 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()