Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h79 struct Curl_multi { struct
82 long type;
85 struct Curl_easy *easyp;
86 struct Curl_easy *easylp; /* last node */
88 int num_easy; /* amount of entries in the linked list above. */
89 int num_alive; /* amount of easy handles that are added but have not yet
92 struct Curl_llist msglist; /* a list of messages from completed transfers */
94 struct Curl_llist pending; /* Curl_easys that are in the
98 curl_socket_callback socket_cb;
99 void *socket_userp;
[all …]
/external/curl/docs/
DINTERNALS.md929 ## Curl_multi section in Structs in libcurl