Searched refs:conncache (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | conncache.h | 32 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);
|
D | conncache.c | 133 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 …]
|
D | share.h | 48 struct conncache conn_cache;
|
D | multihandle.h | 121 struct conncache conn_cache;
|
D | Makefile.inc | 55 curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \ 74 curl_sasl.h curl_multibyte.h hostcheck.h conncache.h \
|
D | url.h | 82 CURLcode Curl_upkeep(struct conncache *conn_cache, void *data);
|
D | urldata.h | 1254 struct conncache *conn_cache;
|
D | url.c | 4415 CURLcode Curl_upkeep(struct conncache *conn_cache, in Curl_upkeep()
|
/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 | RELEASE-NOTES | 32 o conncache: use conn->data to know if a transfer owns it [95] 85 o multi: support verbose conncache closure handle [72]
|
D | CHANGES | 111 - 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/ |
D | libcurl.dsp | 753 SOURCE=..\..\..\..\lib\conncache.c 1305 SOURCE=..\..\..\..\lib\conncache.h
|
/external/curl/docs/ |
D | INTERNALS.md | 1036 ## conncache section in Structs in libcurl
|