Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.h26 struct conncache { struct
44 int Curl_conncache_init(struct conncache *, int size); argument
46 void Curl_conncache_destroy(struct conncache *connc);
50 struct conncache *connc);
52 CURLcode Curl_conncache_add_conn(struct conncache *connc,
55 void Curl_conncache_remove_conn(struct conncache *connc,
58 void Curl_conncache_foreach(struct conncache *connc,
64 Curl_conncache_find_first_connection(struct conncache *connc);
66 void Curl_conncache_print(struct conncache *connc);
Dconncache.c120 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init()
126 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy()
143 struct conncache *connc) in Curl_conncache_find_bundle()
157 static bool conncache_add_bundle(struct conncache *connc, in conncache_add_bundle()
166 static void conncache_remove_bundle(struct conncache *connc, in conncache_remove_bundle()
190 CURLcode Curl_conncache_add_conn(struct conncache *connc, in Curl_conncache_add_conn()
239 void Curl_conncache_remove_conn(struct conncache *connc, in Curl_conncache_remove_conn()
268 void Curl_conncache_foreach(struct conncache *connc, in Curl_conncache_foreach()
304 Curl_conncache_find_first_connection(struct conncache *connc) in Curl_conncache_find_first_connection()
331 void Curl_conncache_print(struct conncache *connc)
Dmultihandle.h108 struct conncache conn_cache;
DMakefile.inc47 hostcheck.c conncache.c pipeline.c dotdot.c x509asn1.c \
66 conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
Durldata.h1199 struct conncache *conn_cache;
DMakefile.vc6531 $(DIROBJ)\conncache.obj \
Durl.c2935 struct conncache *bc = data->state.conn_cache; in find_oldest_idle_connection()
/external/curl/packages/Symbian/group/
Dlibcurl.mmp42 conncache.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c \
/external/curl/
DRELEASE-NOTES49 o conncache: keep bundles on host+port bases, not only host names
/external/curl/docs/
DINTERNALS1052 ## conncache