HomeSort by relevance Sort by last modified time
    Searched refs:_httpWait (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
http-private.h 450 extern int _httpWait(http_t *http, int msec, int usessl);
tls-boringssl.c 244 while (!_httpWait(http, http->wait_value, 0))
request.c 944 if (_httpWait(http, 0, 1))
http.c 1198 while (!_httpWait(http, http->wait_value, 1))
    [all...]
tls-gnutls.c 1103 while (!_httpWait(http, http->wait_value, 0))
    [all...]
tls-darwin.c     [all...]

Completed in 761 milliseconds