Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmultihandle.h81 struct Curl_multi { struct
84 unsigned int magic;
87 struct Curl_easy *easyp;
88 struct Curl_easy *easylp; /* last node */
90 int num_easy; /* amount of entries in the linked list above. */
91 int num_alive; /* amount of easy handles that are added but have not yet
94 struct Curl_llist msglist; /* a list of messages from completed transfers */
96 struct Curl_llist pending; /* Curl_easys that are in the
100 curl_socket_callback socket_cb;
101 void *socket_userp;
[all …]
/third_party/curl/docs/
DINTERNALS.md930 ## Curl_multi section in Structs in libcurl