Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Dmultihandle.h84 struct Curl_multi { struct
87 unsigned int magic;
89 unsigned int num_easy; /* amount of entries in the linked list above. */
90 unsigned int num_alive; /* amount of easy handles that are added but have
93 struct Curl_llist msglist; /* a list of messages from completed transfers */
96 struct Curl_llist process; /* not in PENDING or MSGSENT */
97 struct Curl_llist pending; /* in PENDING */
98 struct Curl_llist msgsent; /* in MSGSENT */
99 curl_off_t next_easy_mid; /* next multi-id for easy handle added */
102 curl_socket_callback socket_cb;
[all …]