Searched defs:Curl_multi (Results 1 – 1 of 1) sorted by relevance
87 struct Curl_multi { struct90 unsigned int magic;93 struct Curl_easy *easyp;94 struct Curl_easy *easylp; /* last node */96 int num_easy; /* amount of entries in the linked list above. */97 int num_alive; /* amount of easy handles that are added but have not yet100 struct Curl_llist msglist; /* a list of messages from completed transfers */102 struct Curl_llist pending; /* Curl_easys that are in the106 curl_socket_callback socket_cb;107 void *socket_userp;[all …]