Home
last modified time | relevance | path

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

/external/curl/lib/
Dconncache.c72 struct connectbundle **cb_ptr) in bundle_create()
76 *cb_ptr = malloc(sizeof(struct connectbundle)); in bundle_create()
87 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy()
98 static void bundle_add_conn(struct connectbundle *cb_ptr, in bundle_add_conn()
108 static int bundle_remove_conn(struct connectbundle *cb_ptr, in bundle_remove_conn()
128 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
214 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn, in Curl_conncache_find_bundle()
217 struct connectbundle *bundle = NULL; in Curl_conncache_find_bundle()
230 struct connectbundle *bundle) in conncache_add_bundle()
238 struct connectbundle *bundle) in conncache_remove_bundle()
[all …]
Dconncache.h46 struct connectbundle { struct
57 struct connectbundle *Curl_conncache_find_bundle(struct connectdata *conn, argument
81 struct connectbundle *bundle);
Dpipeline.c385 struct connectbundle *cb_ptr;
Durldata.h1028 struct connectbundle *bundle; /* The bundle we are member of */
Durl.c1080 struct connectbundle *bundle; in ConnectionExists()
3996 struct connectbundle *bundle = in create_conn()