Searched defs:Curl_multi (Results 1 – 2 of 2) sorted by relevance
72 struct Curl_multi { struct75 long type;78 struct Curl_easy *easyp;79 struct Curl_easy *easylp; /* last node */81 int num_easy; /* amount of entries in the linked list above. */82 int num_alive; /* amount of easy handles that are added but have not yet85 struct curl_llist msglist; /* a list of messages from completed transfers */87 struct curl_llist pending; /* Curl_easys that are in the91 curl_socket_callback socket_cb;92 void *socket_userp;[all …]
911 ## Curl_multi section in Structs in libcurl