Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c129 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsGetFd()
387 status = httpUpdate(http); in cupsPutFd()
402 if ((status = httpUpdate(http)) != HTTP_STATUS_CONTINUE) in cupsPutFd()
413 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in cupsPutFd()
Drequest.c367 status = httpUpdate(http); in cupsGetResponse()
804 temp_status = httpUpdate(http); in cupsSendRequest()
962 status = httpUpdate(http); in cupsWriteRequestData()
Dgetdevices.c109 status = httpUpdate(http); in cupsGetDevices()
Dtesthttp.c751 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
853 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in main()
Dlibcups2.def447 httpUpdate
Dhttp.h482 extern http_status_t httpUpdate(http_t *http) _CUPS_PUBLIC;
Dhttp.c2918 httpUpdate(http_t *http) /* I - HTTP connection */ in httpUpdate() function
4620 while (httpUpdate(http) == HTTP_STATUS_CONTINUE); in http_tls_upgrade()
/external/libcups/tools/
Dippfind.c2378 status = httpUpdate(http); in list_service()
Dippeveprinter.c2630 while ((status = httpUpdate(http)) == HTTP_STATUS_CONTINUE); in finish_document_uri()
5728 while ((http_status = httpUpdate(client->http)) == HTTP_STATUS_CONTINUE); in process_http()
/external/libcups/cgi-bin/
Dadmin.c951 while ((get_status = httpUpdate(http)) == HTTP_CONTINUE); in do_am_printer()
/external/libcups/scheduler/
Dclient.c775 while ((status = httpUpdate(con->http)) == HTTP_STATUS_CONTINUE) in cupsdReadClient()