Searched refs:timeout_cb (Results 1 – 4 of 4) sorted by relevance
1200 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 …]
341 http_timeout_cb_t timeout_cb; /* Timeout callback */ member
1105 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_gnutls_read()
2066 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_cdsa_read()