Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h448 extern int _httpWait(http_t *http, int msec, int usessl);
Dlibcups2.def93 _httpWait
Drequest.c948 if (_httpWait(http, 0, 1)) in cupsWriteRequestData()
Dhttp.c1198 while (!_httpWait(http, http->wait_value, 1)) in httpGets()
3121 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait() function
3252 return (_httpWait(http, msec, 1)); in httpWait()
Dtls-gnutls.c1103 while (!_httpWait(http, http->wait_value, 0)) in http_gnutls_read()
Dtls-darwin.c2064 while (!_httpWait(http, http->wait_value, 0)) in http_cdsa_read()