Lines Matching refs:next
290 struct curltime reconnect_at; /* time the next attempt should start */
449 Curl_cf_socket_peek(cf->next, data, NULL, NULL,
586 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) {
1064 Curl_cf_socket_peek(cf->next, data, &ctx->q.sockfd,
1304 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) {
1331 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) {
1535 if(!cf->next->connected) {
1536 result = Curl_conn_cf_connect(cf->next, data, blocking, done);
1546 /* Not time yet to attempt the next connect */
1625 Curl_cf_socket_peek(cf->next, data, NULL, NULL,
2060 if(!cf->next || !cf->next->cft->is_alive(cf->next, data, input_pending))
2148 return cf->next?
2149 cf->next->cft->query(cf->next, data, query, pres1, pres2) :
2199 cf->next = udp_cf;
2219 for(; cf; cf = cf->next) {