Home
last modified time | relevance | path

Searched refs:conncache (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/
H A Dconncache.h30 * and connectbundles must be done with the conncache LOCKED. The cache might
39 struct conncache { struct
88 int Curl_conncache_init(struct conncache *, int size);
89 void Curl_conncache_destroy(struct conncache *connc);
94 struct conncache *connc);
105 struct conncache *connc,
112 Curl_conncache_find_first_connection(struct conncache *connc);
119 void Curl_conncache_close_all_connections(struct conncache *connc);
120 void Curl_conncache_print(struct conncache *connc);
H A Dconncache.c35 #include "conncache.h"
104 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init()
119 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy()
171 struct conncache *connc) in Curl_conncache_find_bundle()
184 static void *conncache_add_bundle(struct conncache *connc, in conncache_add_bundle()
191 static void conncache_remove_bundle(struct conncache *connc, in conncache_remove_bundle()
220 struct conncache *connc = data->state.conn_cache; in Curl_conncache_add_conn()
267 struct conncache *connc = data->state.conn_cache; in Curl_conncache_remove_conn()
294 The conncache lock is still held when the callback is called. It needs it,
303 struct conncache *conn in Curl_conncache_foreach()
[all...]
H A Dshare.h32 #include "conncache.h"
46 struct conncache conn_cache;
H A Dmultihandle.h29 #include "conncache.h"
137 struct conncache conn_cache;
H A Deasy.c1333 static CURLcode upkeep(struct conncache *conn_cache, void *data) in upkeep()
H A Durldata.h899 struct Curl_llist_element bundle_node; /* conncache */
1330 struct conncache *conn_cache;

Completed in 10 milliseconds