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.c119 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)
Dmultihandle.h112 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.h1236 struct conncache *conn_cache;
DMakefile.vc6532 $(DIROBJ)\conncache.obj \
Durl.c3008 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.bp135 "lib/conncache.c",
/external/curl/docs/
DINTERNALS1051 ## conncache