Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.c48 struct connectbundle **cb_ptr) in bundle_create()
52 *cb_ptr = malloc(sizeof(struct connectbundle)); in bundle_create()
67 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy()
80 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr, in bundle_add_conn()
93 static int bundle_remove_conn(struct connectbundle *cb_ptr, in bundle_remove_conn()
113 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
149 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn, in Curl_conncache_find_bundle()
152 struct connectbundle *bundle = NULL; in Curl_conncache_find_bundle()
166 struct connectbundle *bundle) in conncache_add_bundle()
174 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.h1130 struct connectbundle *bundle; /* The bundle we are member of */
Durl.c130 struct connectbundle *bundle);
3189 struct connectbundle *bundle; in Curl_oldest_idle_connection()
3247 struct connectbundle *bundle) in find_oldest_idle_connection_in_bundle()
3372 struct connectbundle *bundle; in ConnectionExists()
6509 struct connectbundle *bundle = NULL; in create_conn()