Searched refs:HTTP_STATUS_CONTINUE (Results 1 – 17 of 17) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 129 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsGetFd() 341 httpSetExpect(http, HTTP_STATUS_CONTINUE); in cupsPutFd() 389 status = HTTP_STATUS_CONTINUE; in cupsPutFd() 391 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd() 402 if ((status = httpUpdate(http)) != HTTP_STATUS_CONTINUE) in cupsPutFd() 409 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd() 413 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsPutFd()
|
D | request.c | 205 if (status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA && infile >= 0) in cupsDoIORequest() 221 != HTTP_STATUS_CONTINUE) in cupsDoIORequest() 230 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest() 369 while (status == HTTP_STATUS_CONTINUE); in cupsGetResponse() 666 expect = HTTP_STATUS_CONTINUE; in cupsSendRequest() 734 status = HTTP_STATUS_CONTINUE; in cupsSendRequest() 777 if (!got_status || (digest && status == HTTP_STATUS_CONTINUE)) in cupsSendRequest() 779 if (expect == HTTP_STATUS_CONTINUE || digest) in cupsSendRequest() 814 case HTTP_STATUS_CONTINUE : in cupsSendRequest() 975 return (HTTP_STATUS_CONTINUE); in cupsWriteRequestData()
|
D | http.c | 2774 if (http->status == HTTP_STATUS_CONTINUE) in _httpUpdate() 2794 *status = HTTP_STATUS_CONTINUE; in _httpUpdate() 2942 return (HTTP_STATUS_CONTINUE); in httpUpdate() 2954 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE) in httpUpdate() 3345 if (!http || status < HTTP_STATUS_CONTINUE) in httpWriteResponse() 3422 if (status != HTTP_STATUS_CONTINUE) in httpWriteResponse() 3484 if (status == HTTP_STATUS_CONTINUE || in httpWriteResponse() 3989 http->status = HTTP_STATUS_CONTINUE; in http_create() 4385 http->status = HTTP_STATUS_CONTINUE; in http_send() 4432 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT && in http_send() [all …]
|
D | testcups.c | 210 CUPS_FORMAT_AUTO, 1) != HTTP_STATUS_CONTINUE) in main() 220 if (cupsWriteRequestData(CUPS_HTTP_DEFAULT, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in main()
|
D | util.c | 849 while (status == HTTP_STATUS_CONTINUE && in cupsPrintFiles2() 855 if (status != HTTP_STATUS_CONTINUE || cupsFinishDocument(http, name) != IPP_STATUS_OK) in cupsPrintFiles2()
|
D | getdevices.c | 108 while (status == HTTP_STATUS_CONTINUE) in cupsGetDevices()
|
D | http.h | 234 HTTP_STATUS_CONTINUE = 100, /* Everything OK, keep going... */ enumerator 291 # define HTTP_CONTINUE HTTP_STATUS_CONTINUE
|
D | testhttp.c | 751 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main() 853 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
|
D | testdest.c | 439 …stDocument(http, dest, dinfo, job_id, title, CUPS_FORMAT_AUTO, 0, NULL, 1) != HTTP_STATUS_CONTINUE) in print_file() 448 if (cupsWriteRequestData(http, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in print_file()
|
D | cupspm.md | 724 1) == HTTP_STATUS_CONTINUE) 728 bytes) != HTTP_STATUS_CONTINUE)
|
D | http-support.c | 1486 case HTTP_STATUS_CONTINUE : in _httpStatus()
|
/external/libcups/backend/ |
D | ipp.c | 1612 if (http_status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA) in main() 1631 while (http_status == HTTP_STATUS_CONTINUE && in main() 1656 != HTTP_STATUS_CONTINUE) in main() 1820 if (http_status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA) in main() 1844 while (!job_canceled && http_status == HTTP_STATUS_CONTINUE && in main() 1848 != HTTP_STATUS_CONTINUE) in main()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 84 HTTP_STATUS_CONTINUE = 100, enumerator
|
/external/libcups/scheduler/ |
D | client.c | 563 status = HTTP_STATUS_CONTINUE; in cupsdReadClient() 775 while ((status = httpUpdate(con->http)) == HTTP_STATUS_CONTINUE) in cupsdReadClient() 779 if (status != HTTP_STATUS_OK && status != HTTP_STATUS_CONTINUE) in cupsdReadClient() 1020 if (httpGetExpect(con->http) == HTTP_STATUS_CONTINUE) in cupsdReadClient() 1026 if (httpWriteResponse(con->http, HTTP_STATUS_CONTINUE)) in cupsdReadClient()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 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() [all …]
|
D | ipptool.c | 1066 if (!Cancel && status == HTTP_STATUS_CONTINUE && ippGetState(request) == IPP_DATA && data->file[0]) in do_test() 1072 … if ((status = cupsWriteRequestData(data->http, buffer, (size_t)bytes)) != HTTP_STATUS_CONTINUE) in do_test()
|
D | ippfind.c | 2380 while (status == HTTP_STATUS_CONTINUE); in list_service()
|