Searched defs:connc (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ |
H A D | conncache.c | 104 int Curl_conncache_init(struct conncache *connc, int size) in Curl_conncache_init() argument 119 void Curl_conncache_destroy(struct conncache *connc) in Curl_conncache_destroy() argument 169 Curl_conncache_find_bundle(struct Curl_easy *data, struct connectdata *conn, struct conncache *connc) Curl_conncache_find_bundle() argument 184 conncache_add_bundle(struct conncache *connc, char *key, struct connectbundle *bundle) conncache_add_bundle() argument 191 conncache_remove_bundle(struct conncache *connc, struct connectbundle *bundle) conncache_remove_bundle() argument 220 struct conncache *connc = data->state.conn_cache; Curl_conncache_add_conn() local 267 struct conncache *connc = data->state.conn_cache; Curl_conncache_remove_conn() local 302 Curl_conncache_foreach(struct Curl_easy *data, struct conncache *connc, void *param, int (*func)(struct Curl_easy *data, struct connectdata *conn, void *param)) Curl_conncache_foreach() argument 349 conncache_find_first_connection(struct conncache *connc) conncache_find_first_connection() argument 397 struct conncache *connc = data->state.conn_cache; Curl_conncache_return_conn() local 468 struct conncache *connc = data->state.conn_cache; Curl_conncache_extract_oldest() local 522 Curl_conncache_close_all_connections(struct conncache *connc) Curl_conncache_close_all_connections() argument [all...] |
Completed in 2 milliseconds