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.c118 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init()
124 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy()
150 struct conncache *connc) in Curl_conncache_find_bundle()
164 static bool conncache_add_bundle(struct conncache *connc, in conncache_add_bundle()
173 static void conncache_remove_bundle(struct conncache *connc, in conncache_remove_bundle()
197 CURLcode Curl_conncache_add_conn(struct conncache *connc, in Curl_conncache_add_conn()
246 void Curl_conncache_remove_conn(struct conncache *connc, in Curl_conncache_remove_conn()
275 void Curl_conncache_foreach(struct conncache *connc, in Curl_conncache_foreach()
311 Curl_conncache_find_first_connection(struct conncache *connc) in Curl_conncache_find_first_connection()
338 void Curl_conncache_print(struct conncache *connc)
Dmultihandle.h114 struct conncache conn_cache;
DMakefile.inc55 curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \
72 curl_sasl.h curl_multibyte.h hostcheck.h conncache.h \
Durldata.h1286 struct conncache *conn_cache;
DMakefile.vc6532 $(DIROBJ)\conncache.obj \
Durl.c3181 struct conncache *bc = data->state.conn_cache; in Curl_oldest_idle_connection()
/external/curl/packages/Symbian/group/
Dlibcurl.mmp41 vtls/darwinssl.c conncache.c curl_sasl_sspi.c smb.c curl_endian.c \
/external/curl/
DAndroid.bp138 "lib/conncache.c",
/external/curl/docs/
DINTERNALS.md1052 ## conncache section in Structs in libcurl