Home
last modified time | relevance | path

Searched defs:Curl_multi (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Dmultihandle.h87 struct Curl_multi { struct
90 unsigned int magic;
93 struct Curl_easy *easyp;
94 struct Curl_easy *easylp; /* last node */
96 unsigned int num_easy; /* amount of entries in the linked list above. */
97 unsigned int num_alive; /* amount of easy handles that are added but have
100 struct Curl_llist msglist; /* a list of messages from completed transfers */
102 struct Curl_llist pending; /* Curl_easys that are in the
104 struct Curl_llist msgsent; /* Curl_easys that are in the
108 curl_socket_callback socket_cb;
[all …]