Home
last modified time | relevance | path

Searched refs:wait_value (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dhttp.c1212 while (!_httpWait(http, http->wait_value, 1)) in httpGets()
1743 while (!httpWait(http, http->wait_value)) in httpPeek()
4129 while (!httpWait(http, http->wait_value)) in http_read()
4604 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()
4606 if (http->wait_value <= 0) in http_set_wait()
4607 http->wait_value = 60000; in http_set_wait()
4610 http->wait_value = 10000; in http_set_wait()
4738 while ((nfds = poll(&pfd, 1, http->wait_value)) < 0 && in http_write()
4748 timeout.tv_sec = http->wait_value / 1000; in http_write()
4749 timeout.tv_usec = 1000 * (http->wait_value % 1000); in http_write()
Dhttp-private.h345 int wait_value; /* httpWait value for timeout */ member
Dtls-boringssl.c331 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
Dtls-gnutls.c1102 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
Dtls-darwin.c2131 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()