Searched refs:httpWait (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 390 if (httpWait(http, 1000)) in cupsPutFd()
|
D | libcups2.def | 396 httpWait
|
D | http.c | 264 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()
|
D | request.c | 788 if (httpWait(http, 1000)) in cupsSendRequest()
|
D | http.h | 509 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
|
D | tls-gnutls.c | 1586 gnutls_transport_set_pull_timeout_function(http->tls, (gnutls_pull_timeout_func)httpWait); in _httpTLSStart()
|
D | ipp.c | 6727 if (!httpWait(http, 10000)) in ipp_read_http() 6743 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
|