Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h71 struct Curl_multi { struct
74 long type;
77 struct Curl_easy *easyp;
78 struct Curl_easy *easylp; /* last node */
80 int num_easy; /* amount of entries in the linked list above. */
81 int num_alive; /* amount of easy handles that are added but have not yet
84 struct curl_llist msglist; /* a list of messages from completed transfers */
86 struct curl_llist pending; /* Curl_easys that are in the
112 bool recheckstate; /* see Curl_multi_connchanged */ argument
115 struct conncache conn_cache;
[all …]
/external/curl/docs/
DINTERNALS.md913 ## Curl_multi section in Structs in libcurl