Lines Matching defs:Curl_multi
79 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;
102 curl_push_callback push_cb;
103 void *push_userp;
106 struct Curl_hash hostcache;
110 struct PslCache psl;
115 struct Curl_tree *timetree;
120 struct Curl_hash sockhash;
123 struct conncache conn_cache;
125 long maxconnects; /* if >0, a fixed limit of the maximum number of entries
151 bool recheckstate; /* see Curl_multi_connchanged */ argument
152 bool in_callback; /* true while executing a callback */
153 bool ipv6_works;