Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_CONTINUE (Results 1 – 11 of 11) sorted by relevance

/external/libcups/cups/
Dgetputfile.c105 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsGetFd()
314 httpSetExpect(http, HTTP_STATUS_CONTINUE); in cupsPutFd()
337 status = HTTP_STATUS_CONTINUE; in cupsPutFd()
339 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
350 if ((status = httpUpdate(http)) != HTTP_STATUS_CONTINUE) in cupsPutFd()
357 if (status == HTTP_STATUS_CONTINUE) in cupsPutFd()
361 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsPutFd()
Drequest.c210 if (status == HTTP_STATUS_CONTINUE && request->state == IPP_STATE_DATA && infile >= 0) in cupsDoIORequest()
226 != HTTP_STATUS_CONTINUE) in cupsDoIORequest()
235 if (status <= HTTP_STATUS_CONTINUE || status == HTTP_STATUS_OK) in cupsDoIORequest()
374 while (status == HTTP_STATUS_CONTINUE); in cupsGetResponse()
670 expect = HTTP_STATUS_CONTINUE; in cupsSendRequest()
727 status = HTTP_STATUS_CONTINUE; in cupsSendRequest()
772 if (expect == HTTP_STATUS_CONTINUE) in cupsSendRequest()
807 case HTTP_STATUS_CONTINUE : in cupsSendRequest()
968 return (HTTP_STATUS_CONTINUE); in cupsWriteRequestData()
Dhttp.c2922 if (http->status == HTTP_STATUS_CONTINUE) in _httpUpdate()
2942 *status = HTTP_STATUS_CONTINUE; in _httpUpdate()
3085 return (HTTP_STATUS_CONTINUE); in httpUpdate()
3097 if (http->error == EPIPE && http->status > HTTP_STATUS_CONTINUE) in httpUpdate()
3488 if (!http || status < HTTP_STATUS_CONTINUE) in httpWriteResponse()
3568 if (status != HTTP_STATUS_CONTINUE) in httpWriteResponse()
3630 if (status == HTTP_STATUS_CONTINUE || in httpWriteResponse()
3964 http->status = HTTP_STATUS_CONTINUE; in http_create()
4361 http->status = HTTP_STATUS_CONTINUE; in http_send()
4408 if (http->expect == HTTP_STATUS_CONTINUE && http->mode == _HTTP_MODE_CLIENT && in http_send()
[all …]
Dtestcups.c215 CUPS_FORMAT_AUTO, 1) != HTTP_STATUS_CONTINUE) in main()
225 if (cupsWriteRequestData(CUPS_HTTP_DEFAULT, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in main()
Dutil.c871 while (status == HTTP_STATUS_CONTINUE && in cupsPrintFiles2()
877 if (status != HTTP_STATUS_CONTINUE || cupsFinishDocument(http, name) != IPP_STATUS_OK) in cupsPrintFiles2()
Dtesthttp.c705 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
798 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
Dhttp.h238 HTTP_STATUS_CONTINUE = 100, /* Everything OK, keep going... */ enumerator
292 # define HTTP_CONTINUE HTTP_STATUS_CONTINUE
Dgetdevices.c110 while (status == HTTP_STATUS_CONTINUE) in cupsGetDevices()
Dtestdest.c416 …stDocument(http, dest, dinfo, job_id, title, CUPS_FORMAT_AUTO, 0, NULL, 1) != HTTP_STATUS_CONTINUE) in print_file()
425 if (cupsWriteRequestData(http, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in print_file()
Dcupspm.md715 1) == HTTP_STATUS_CONTINUE)
719 bytes) != HTTP_STATUS_CONTINUE)
Dhttp-support.c1342 case HTTP_STATUS_CONTINUE : in _httpStatus()