Lines Matching defs:Curl_multi
81 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;
104 curl_push_callback push_cb;
105 void *push_userp;
108 struct Curl_hash hostcache;
112 struct PslCache psl;
117 struct Curl_tree *timetree;
122 struct Curl_hash sockhash;
125 struct conncache conn_cache;
127 long maxconnects; /* if >0, a fixed limit of the maximum number of entries
153 bool recheckstate; /* see Curl_multi_connchanged */ argument
154 bool in_callback; /* true while executing a callback */
155 bool ipv6_works;
157 bool ssl_seeded;