Home
last modified time | relevance | path

Searched refs:easyp (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/
Dmultihandle.h87 struct Curl_easy *easyp; member
Dmulti.c483 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 …]
Deasy.c577 infof(multi->easyp, "call curl_multi_socket_action(socket %d)", in wait_or_timeout()
/third_party/curl/docs/
DINTERNALS.md940 `->easyp` and `->num_easy` is a counter of added `Curl_easy`s.