Home
last modified time | relevance | path

Searched refs:conncache (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/lib/
Dconncache.h39 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);
Dconncache.c104 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 …]
Dshare.h46 struct conncache conn_cache;
Dmultihandle.h137 struct conncache conn_cache;
DMakefile.inc118 conncache.c \
249 conncache.h \
DMakefile.in217 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 …]
Deasy.c1333 static CURLcode upkeep(struct conncache *conn_cache, void *data) in upkeep()
Durldata.h1330 struct conncache *conn_cache;
/third_party/curl/
DBUILD.gn34 "lib/conncache.c",
DMakefile.in766 conncache.c \
897 conncache.h \
DCHANGES3055 - conncache: use the closure handle when disconnecting surplus connections
3528 - conncache: fix printf format string [2].