Lines Matching refs:timeout_cb
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()
4106 else if (!http->timeout_cb && errno != EAGAIN) in http_read()
4137 if (errno == EINTR || (errno == EAGAIN && !http->timeout_cb)) in http_read()
4651 if (http->timeout_cb) in http_write()
4695 else if (nfds == 0 && !(*http->timeout_cb)(http, http->timeout_data)) in http_write()
4725 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_write()
4742 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_write()
4744 else if (!http->timeout_cb && errno == EAGAIN) in http_write()