Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h450 extern int _httpWait(http_t *http, int msec, int usessl);
Dtls-boringssl.c244 while (!_httpWait(http, http->wait_value, 0)) in http_bio_read()
Dlibcups2.def93 _httpWait
Drequest.c944 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
Dhttp.c1198 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()
Dtls-gnutls.c1103 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
Dtls-darwin.c2094 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()