Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.h32 struct conncache { struct
53 int Curl_conncache_init(struct conncache *, int size); argument
54 void Curl_conncache_destroy(struct conncache *connc);
58 struct conncache *connc);
65 CURLcode Curl_conncache_add_conn(struct conncache *connc,
71 struct conncache *connc,
77 Curl_conncache_find_first_connection(struct conncache *connc);
84 void Curl_conncache_close_all_connections(struct conncache *connc);
85 void Curl_conncache_print(struct conncache *connc);
Dconncache.c133 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init()
154 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy()
215 struct conncache *connc) in Curl_conncache_find_bundle()
228 static bool conncache_add_bundle(struct conncache *connc, in conncache_add_bundle()
237 static void conncache_remove_bundle(struct conncache *connc, in conncache_remove_bundle()
261 CURLcode Curl_conncache_add_conn(struct conncache *connc, in Curl_conncache_add_conn()
314 struct conncache *connc = data->state.conn_cache; in Curl_conncache_remove_conn()
351 struct conncache *connc, in Curl_conncache_foreach()
396 conncache_find_first_connection(struct conncache *connc) in conncache_find_first_connection()
512 struct conncache *connc = data->state.conn_cache; in Curl_conncache_extract_oldest()
[all …]
Dshare.h48 struct conncache conn_cache;
Dmultihandle.h121 struct conncache conn_cache;
DMakefile.inc55 curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \
74 curl_sasl.h curl_multibyte.h hostcheck.h conncache.h \
Durl.h82 CURLcode Curl_upkeep(struct conncache *conn_cache, void *data);
Durldata.h1254 struct conncache *conn_cache;
Durl.c4415 CURLcode Curl_upkeep(struct conncache *conn_cache, in Curl_upkeep()
/external/curl/packages/Symbian/group/
Dlibcurl.mmp41 vtls/darwinssl.c conncache.c curl_sasl_sspi.c smb.c curl_endian.c \
/external/curl/
DRELEASE-NOTES32 o conncache: use conn->data to know if a transfer owns it [95]
85 o multi: support verbose conncache closure handle [72]
DCHANGES111 - conncache: use conn->data to know if a transfer owns it
382 - multi: support verbose conncache closure handle
1349 conncache: make conncache_find_first_connection static
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp753 SOURCE=..\..\..\..\lib\conncache.c
1305 SOURCE=..\..\..\..\lib\conncache.h
/external/curl/docs/
DINTERNALS.md1036 ## conncache section in Structs in libcurl