Searched refs:httpWait (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 334 if (httpWait(http, 1000)) in cupsPutFd()
|
D | libcups2.def | 405 httpWait
|
D | http.c | 259 return (httpWait(http, 0)); in httpCheck() 1729 while (!httpWait(http, http->wait_value)) in httpPeek() 3213 httpWait(http_t *http, /* I - HTTP connection */ in httpWait() function 4061 while (!httpWait(http, http->wait_value)) in http_read()
|
D | request.c | 776 if (httpWait(http, 1000)) in cupsSendRequest()
|
D | http.h | 506 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
|
D | tls-gnutls.c | 1542 gnutls_transport_set_pull_timeout_function(http->tls, (gnutls_pull_timeout_func)httpWait); in _httpTLSStart()
|
D | ipp.c | 6812 if (!httpWait(http, 10000)) in ipp_read_http() 6828 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
|