Searched refs:conncache (Results 1 – 11 of 11) sorted by relevance
39 struct conncache { struct88 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);
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()303 struct conncache *connc, in Curl_conncache_foreach()349 conncache_find_first_connection(struct conncache *connc) in conncache_find_first_connection()397 struct conncache *connc = data->state.conn_cache; in Curl_conncache_return_conn()[all …]
46 struct conncache conn_cache;
137 struct conncache conn_cache;
118 conncache.c \249 conncache.h \
217 cfilters.c conncache.c connect.c content_encoding.c cookie.c \251 cf-https-connect.h cf-socket.h cfilters.h conncache.h \289 libcurl_la-cfilters.lo libcurl_la-conncache.lo \386 libcurlu_la-conncache.lo libcurlu_la-connect.lo \501 ./$(DEPDIR)/libcurl_la-conncache.Plo \627 ./$(DEPDIR)/libcurlu_la-conncache.Plo \1240 conncache.c \1371 conncache.h \1823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-conncache.Plo@am__quote@ # am--include-…1953 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-conncache.Plo@am__quote@ # am--include…[all …]
1333 static CURLcode upkeep(struct conncache *conn_cache, void *data) in upkeep()
1330 struct conncache *conn_cache;
34 "lib/conncache.c",
766 conncache.c \897 conncache.h \
3055 - conncache: use the closure handle when disconnecting surplus connections3528 - conncache: fix printf format string [2].