Lines Matching refs:HTTP_STATUS_CONTINUE
754 return (HTTP_STATUS_CONTINUE); in authenticate_request()
819 return (HTTP_STATUS_CONTINUE); in authenticate_request()
826 return (HTTP_STATUS_CONTINUE); in authenticate_request()
2630 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in finish_document_uri()
5728 while ((http_status = httpUpdate(client->http)) == HTTP_STATUS_CONTINUE); in process_http()
5848 if ((http_status = authenticate_request(client)) != HTTP_STATUS_CONTINUE) in process_http()
6089 …= IPP_OP_GET_PRINTER_ATTRIBUTES && (status = authenticate_request(client)) != HTTP_STATUS_CONTINUE) in process_ipp()
6103 if (httpGetExpect(client->http) == HTTP_STATUS_CONTINUE) in process_ipp()
6109 if (!respond_http(client, HTTP_STATUS_CONTINUE, NULL, NULL, 0)) in process_ipp()
7042 if (code == HTTP_STATUS_CONTINUE) in respond_http()
7048 return (httpWriteResponse(client->http, HTTP_STATUS_CONTINUE) == 0); in respond_http()