Lines Matching refs:timeout_cb
1214 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1243 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1261 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpGets()
1263 else if (!http->timeout_cb && errno == EAGAIN) in httpGets()
1745 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in httpPeek()
2746 http->timeout_cb = cb; in httpSetTimeout()
4131 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_read()
4160 if (!http->timeout_cb || in http_read()
4161 !(*http->timeout_cb)(http, http->timeout_data)) in http_read()
4172 if (http->timeout_cb && !(*http->timeout_cb)(http, http->timeout_data)) in http_read()
4177 else if (!http->timeout_cb && errno != EAGAIN) in http_read()
4208 if (errno == EINTR || (errno == EAGAIN && !http->timeout_cb)) in http_read()
4766 else if (nfds == 0 && (!http->timeout_cb || !(*http->timeout_cb)(http, http->timeout_data))) in http_write()
4796 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_write()
4813 if (http->timeout_cb && (*http->timeout_cb)(http, http->timeout_data)) in http_write()
4815 else if (!http->timeout_cb && errno == EAGAIN) in http_write()