Searched refs:conncache (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | conncache.h | 26 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);
|
D | conncache.c | 120 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)
|
D | multihandle.h | 108 struct conncache conn_cache;
|
D | Makefile.inc | 47 hostcheck.c conncache.c pipeline.c dotdot.c x509asn1.c \ 66 conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h \
|
D | urldata.h | 1199 struct conncache *conn_cache;
|
D | Makefile.vc6 | 531 $(DIROBJ)\conncache.obj \
|
D | url.c | 2935 struct conncache *bc = data->state.conn_cache; in find_oldest_idle_connection()
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 42 conncache.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c \
|
/external/curl/ |
D | RELEASE-NOTES | 49 o conncache: keep bundles on host+port bases, not only host names
|
/external/curl/docs/ |
D | INTERNALS | 1052 ## conncache
|