Home
last modified time | relevance | path

Searched refs:httpResponse (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h43 static void MakeHeader(size_t startLine, size_t endline, const uint8_t *data, httplib::Response &httpResponse);
47 static int ConstructHttpResponse(const uint8_t *v, const size_t length, httplib::Response &httpResponse);
102 inline void PrintIppOverUsbUtil::MakeHeader(size_t startLine, size_t endline, const uint8_t *data, httplib::Response &httpResponse) in MakeHeader() argument
121 httpResponse.set_header(keyString, valueString); in MakeHeader()
132 inline int PrintIppOverUsbUtil::ConstructHttpResponse(const uint8_t *readBuf, const size_t length, httplib::Response &httpResponse) in ConstructHttpResponse() argument
159 MakeHeader(startline, endline, readBuf, httpResponse); in ConstructHttpResponse()
167 httpResponse.version = "1.1"; in ConstructHttpResponse()
168 httpResponse.status = HTTP_RESPONSE_STATUS_200; in ConstructHttpResponse()
169 httpResponse.reason = "OK"; in ConstructHttpResponse()
176 httpResponse in ConstructHttpResponse()
[all...]

Completed in 1 milliseconds