Searched refs:httpWait (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 386 if (httpWait(http, 1000)) in cupsPutFd()
|
D | libcups2.def | 448 httpWait
|
D | http.h | 495 extern int httpWait(http_t *http, int msec) _CUPS_API_1_1_19;
|
D | request.c | 783 if (httpWait(http, 1000)) in cupsSendRequest()
|
D | http.c | 260 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()
|
D | tls-gnutls.c | 1603 gnutls_transport_set_pull_timeout_function(http->tls, (gnutls_pull_timeout_func)httpWait); in _httpTLSStart()
|
D | ipp.c | 6604 if (!httpWait(http, 10000)) in ipp_read_http() 6620 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
|
/external/libcups/scheduler/ |
D | client.c | 1618 if (!httpWait(con->http, 0)) in cupsdReadClient() 1684 if (!httpWait(con->http, 0)) in cupsdReadClient()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 5571 while (httpWait(client->http, 30000)) in process_client()
|