Home
last modified time | relevance | path

Searched refs:_httpWait (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtls-boringssl.c246 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
Dhttp-private.h461 extern int _httpWait(http_t *http, int msec, int usessl);
Dlibcups2.def81 _httpWait
Drequest.c956 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
Dhttp.c1212 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()
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()