Searched refs:_httpWait (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 346 extern int _httpWait(http_t *http, int msec, int usessl) _CUPS_PRIVATE;
|
D | tls-boringssl.c | 247 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
|
D | libcups2.def | 99 _httpWait
|
D | request.c | 951 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
|
D | http.c | 1164 while (!_httpWait(http, http->wait_value, 1)) in httpGets() 2981 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait() function 3112 return (_httpWait(http, msec, 1)); in httpWait()
|
D | tls-gnutls.c | 1132 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
|
D | tls-darwin.c | 2199 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()
|