Searched defs:Curl_multi (Results 1 – 1 of 1) sorted by relevance
84 struct Curl_multi { struct87 unsigned int magic;89 unsigned int num_easy; /* amount of entries in the linked list above. */90 unsigned int num_alive; /* amount of easy handles that are added but have93 struct Curl_llist msglist; /* a list of messages from completed transfers */96 struct Curl_llist process; /* not in PENDING or MSGSENT */97 struct Curl_llist pending; /* in PENDING */98 struct Curl_llist msgsent; /* in MSGSENT */99 curl_off_t next_easy_mid; /* next multi-id for easy handle added */102 curl_socket_callback socket_cb;[all …]