Searched refs:_httpWait (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | tls-boringssl.c | 246 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
|
D | http-private.h | 461 extern int _httpWait(http_t *http, int msec, int usessl);
|
D | libcups2.def | 81 _httpWait
|
D | request.c | 956 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
|
D | http.c | 1212 while (!_httpWait(http, http->wait_value, 1)) in httpGets() 3045 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait() function 3176 return (_httpWait(http, msec, 1)); in httpWait()
|
D | tls-gnutls.c | 1102 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
|
D | tls-darwin.c | 2131 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()
|