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 | 119 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init() 125 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy() 149 struct conncache *connc) in Curl_conncache_find_bundle() 163 static bool conncache_add_bundle(struct conncache *connc, in conncache_add_bundle() 172 static void conncache_remove_bundle(struct conncache *connc, in conncache_remove_bundle() 196 CURLcode Curl_conncache_add_conn(struct conncache *connc, in Curl_conncache_add_conn() 245 void Curl_conncache_remove_conn(struct conncache *connc, in Curl_conncache_remove_conn() 274 void Curl_conncache_foreach(struct conncache *connc, in Curl_conncache_foreach() 310 Curl_conncache_find_first_connection(struct conncache *connc) in Curl_conncache_find_first_connection() 337 void Curl_conncache_print(struct conncache *connc)
|
D | multihandle.h | 112 struct conncache conn_cache;
|
D | Makefile.inc | 55 curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \ 72 curl_sasl.h curl_multibyte.h hostcheck.h conncache.h \
|
D | urldata.h | 1236 struct conncache *conn_cache;
|
D | Makefile.vc6 | 532 $(DIROBJ)\conncache.obj \
|
D | url.c | 3008 struct conncache *bc = data->state.conn_cache; in Curl_oldest_idle_connection()
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 41 vtls/darwinssl.c conncache.c curl_sasl_sspi.c smb.c curl_endian.c \
|
/external/curl/ |
D | Android.bp | 135 "lib/conncache.c",
|
/external/curl/docs/ |
D | INTERNALS | 1051 ## conncache
|