Searched refs:httpWriteResponse (Results 1 – 5 of 5) sorted by relevance
451 httpWriteResponse
558 extern http_state_t httpWriteResponse(http_t *http, http_status_t status) _CUPS_API_1_7;
3332 httpWriteResponse(http_t *http, /* I - HTTP connection */ in httpWriteResponse() function
1026 if (httpWriteResponse(con->http, HTTP_STATUS_CONTINUE)) in cupsdReadClient()2200 return (!httpWriteResponse(con->http, code)); in cupsdSendHeader()
7048 return (httpWriteResponse(client->http, HTTP_STATUS_CONTINUE) == 0); in respond_http()7097 if (httpWriteResponse(client->http, code) < 0) in respond_http()