Home
last modified time | relevance | path

Searched refs:httpWriteResponse (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dlibcups2.def451 httpWriteResponse
Dhttp.h558 extern http_state_t httpWriteResponse(http_t *http, http_status_t status) _CUPS_API_1_7;
Dhttp.c3332 httpWriteResponse(http_t *http, /* I - HTTP connection */ in httpWriteResponse() function
/external/libcups/scheduler/
Dclient.c1026 if (httpWriteResponse(con->http, HTTP_STATUS_CONTINUE)) in cupsdReadClient()
2200 return (!httpWriteResponse(con->http, code)); in cupsdSendHeader()
/external/libcups/tools/
Dippeveprinter.c7048 return (httpWriteResponse(client->http, HTTP_STATUS_CONTINUE) == 0); in respond_http()
7097 if (httpWriteResponse(client->http, code) < 0) in respond_http()