Searched defs:Curl_multi (Results 1 – 2 of 2) sorted by relevance
79 struct Curl_multi { struct82 long type;85 struct Curl_easy *easyp;86 struct Curl_easy *easylp; /* last node */88 int num_easy; /* amount of entries in the linked list above. */89 int num_alive; /* amount of easy handles that are added but have not yet92 struct Curl_llist msglist; /* a list of messages from completed transfers */94 struct Curl_llist pending; /* Curl_easys that are in the98 curl_socket_callback socket_cb;99 void *socket_userp;[all …]
929 ## Curl_multi section in Structs in libcurl