Home
last modified time | relevance | path

Searched refs:httpSetTimeout (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dtls-gnutls.c1601 httpSetTimeout(http, 10.0, NULL, NULL); in _httpTLSStart()
1625 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
1635 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
Dlibcups2.def389 httpSetTimeout
Dhttp.h584 extern void httpSetTimeout(http_t *http, double timeout,
Dtls-darwin.c1559 httpSetTimeout(http, 10.0, NULL, NULL); in _httpTLSStart()
1690 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
Dhttp.c2736 httpSetTimeout( in httpSetTimeout() function