Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c390 if (httpWait(http, 1000)) in cupsPutFd()
Dlibcups2.def396 httpWait
Dhttp.c264 return (httpWait(http, 0)); in httpCheck()
1743 while (!httpWait(http, http->wait_value)) in httpPeek()
3134 httpWait(http_t *http, /* I - HTTP connection */ in httpWait() function
4129 while (!httpWait(http, http->wait_value)) in http_read()
Drequest.c788 if (httpWait(http, 1000)) in cupsSendRequest()
Dhttp.h509 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
Dtls-gnutls.c1586 gnutls_transport_set_pull_timeout_function(http->tls, (gnutls_pull_timeout_func)httpWait); in _httpTLSStart()
Dipp.c6727 if (!httpWait(http, 10000)) in ipp_read_http()
6743 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()