Home
last modified time | relevance | path

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

/external/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 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 yet
100 struct Curl_llist msglist; /* a list of messages from completed transfers */
102 struct Curl_llist pending; /* Curl_easys that are in the
106 curl_socket_callback socket_cb;
107 void *socket_userp;
[all …]