Searched refs:_httpWait (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 450 extern int _httpWait(http_t *http, int msec, int usessl);
|
D | tls-boringssl.c | 244 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
|
D | libcups2.def | 93 _httpWait
|
D | request.c | 944 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
|
D | http.c | 1198 while (!_httpWait(http, http->wait_value, 1)) in httpGets() 3124 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait() function 3255 return (_httpWait(http, msec, 1)); in httpWait()
|
D | tls-gnutls.c | 1103 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
|
D | tls-darwin.c | 2094 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()
|