Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h72 struct Curl_multi { struct
75 long type;
78 struct Curl_easy *easyp;
79 struct Curl_easy *easylp; /* last node */
81 int num_easy; /* amount of entries in the linked list above. */
82 int num_alive; /* amount of easy handles that are added but have not yet
85 struct curl_llist msglist; /* a list of messages from completed transfers */
87 struct curl_llist pending; /* Curl_easys that are in the
91 curl_socket_callback socket_cb;
92 void *socket_userp;
[all …]
/external/curl/docs/
DINTERNALS.md911 ## Curl_multi section in Structs in libcurl