Home
last modified time | relevance | path

Searched refs:connectbundle (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dconncache.c49 struct connectbundle **cb_ptr) in bundle_create()
53 *cb_ptr = malloc(sizeof(struct connectbundle)); in bundle_create()
68 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy()
81 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr, in bundle_add_conn()
94 static int bundle_remove_conn(struct connectbundle *cb_ptr, in bundle_remove_conn()
114 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
148 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn, in Curl_conncache_find_bundle()
151 struct connectbundle *bundle = NULL; in Curl_conncache_find_bundle()
165 struct connectbundle *bundle) in conncache_add_bundle()
173 struct connectbundle *bundle) in conncache_remove_bundle()
[all …]
Dconncache.h38 struct connectbundle { struct
49 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn, argument
Dpipeline.c420 struct connectbundle *cb_ptr;
Durldata.h1096 struct connectbundle *bundle; /* The bundle we are member of */
Durl.c141 struct connectbundle *bundle);
3016 struct connectbundle *bundle; in Curl_oldest_idle_connection()
3059 struct connectbundle *bundle) in find_oldest_idle_connection_in_bundle()
3184 struct connectbundle *bundle; in ConnectionExists()
6195 struct connectbundle *bundle = NULL; in create_conn()