Searched defs:Curl_multi (Results 1 – 2 of 2) sorted by relevance
81 struct Curl_multi { struct84 unsigned int magic;87 struct Curl_easy *easyp;88 struct Curl_easy *easylp; /* last node */90 int num_easy; /* amount of entries in the linked list above. */91 int num_alive; /* amount of easy handles that are added but have not yet94 struct Curl_llist msglist; /* a list of messages from completed transfers */96 struct Curl_llist pending; /* Curl_easys that are in the100 curl_socket_callback socket_cb;101 void *socket_userp;[all …]
930 ## Curl_multi section in Structs in libcurl