Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_constant.h21 const std::string HTTP_CONTENT_LENGTH = "Content-Length"; variable
H A Dprint_ipp_over_usb_util.h120 if (HTTP_CONTENT_LENGTH != keyString) { in MakeHeader()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp101 if (tmpStr == HTTP_CONTENT_LENGTH) { in GetContentLength()