Searched refs:easyp (Results 1 – 4 of 4) sorted by relevance
87 struct Curl_easy *easyp; member
483 if(multi->easyp) { in curl_multi_add_handle()492 multi->easylp = multi->easyp = data; /* both first and last */ in curl_multi_add_handle()847 multi->easyp = data->next; /* point to first node */ in curl_multi_remove_handle()1043 data = multi->easyp; in curl_multi_fdset()1114 data = multi->easyp;1174 data = multi->easyp;1319 data = multi->easyp;2553 data = multi->easyp;2606 data = multi->easyp;2964 data = multi->easyp;[all …]
577 infof(multi->easyp, "call curl_multi_socket_action(socket %d)", in wait_or_timeout()
940 `->easyp` and `->num_easy` is a counter of added `Curl_easy`s.