Home
last modified time | relevance | path

Searched refs:timeout_cb (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dhttp.c1200 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1229 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1247 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1249 else if (!http->timeout_cb && errno == EAGAIN) in httpGets()
1731 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpPeek()
2829 http->timeout_cb = cb; in httpSetTimeout()
4060 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_read()
4089 if (!http->timeout_cb || in http_read()
4090 !(*http->timeout_cb)(http, http->timeout_data)) in http_read()
4101 if (http->timeout_cb && !(*http->timeout_cb)(http, http->timeout_data)) in http_read()
[all …]
Dhttp-private.h341 http_timeout_cb_t timeout_cb; /* Timeout callback */ member
Dtls-gnutls.c1105 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_gnutls_read()
Dtls-darwin.c2066 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_cdsa_read()