Home
last modified time | relevance | path

Searched refs:httpWait (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dgetputfile.c386 if (httpWait(http, 1000)) in cupsPutFd()
Dlibcups2.def448 httpWait
Dhttp.h495 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
Drequest.c783 if (httpWait(http, 1000)) in cupsSendRequest()
Dhttp.c260 return (httpWait(http, 0)); in httpCheck()
1698 while (!httpWait(http, http->wait_value)) in httpPeek()
3070 httpWait(http_t *http, /* I - HTTP connection */ in httpWait() function
4086 while (!httpWait(http, http->wait_value)) in http_read()
Dtls-gnutls.c1603 gnutls_transport_set_pull_timeout_function(http->tls, (gnutls_pull_timeout_func)httpWait); in _httpTLSStart()
Dipp.c6604 if (!httpWait(http, 10000)) in ipp_read_http()
6620 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
/external/libcups/scheduler/
Dclient.c1618 if (!httpWait(con->http, 0)) in cupsdReadClient()
1684 if (!httpWait(con->http, 0)) in cupsdReadClient()
/external/libcups/tools/
Dippeveprinter.c5571 while (httpWait(client->http, 30000)) in process_client()