Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconncache.c48 static CURLcode bundle_create(struct connectbundle **bundlep) in bundle_create()
51 *bundlep = malloc(sizeof(struct connectbundle)); in bundle_create()
62 static void bundle_destroy(struct connectbundle *bundle) in bundle_destroy()
68 static void bundle_add_conn(struct connectbundle *bundle, in bundle_add_conn()
78 static int bundle_remove_conn(struct connectbundle *bundle, in bundle_remove_conn()
99 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
168 struct connectbundle *
173 struct connectbundle *bundle = NULL; in Curl_conncache_find_bundle()
186 struct connectbundle *bundle) in conncache_add_bundle()
192 struct connectbundle *bundle) in conncache_remove_bundle()
[all …]
Dconncache.h81 struct connectbundle { struct
92 struct connectbundle *Curl_conncache_find_bundle(struct Curl_easy *data, argument
116 struct connectbundle *bundle);
Durldata.h1053 struct connectbundle *bundle; /* The bundle we are member of */
Durl.c1066 struct connectbundle *bundle; in ConnectionExists()
3739 struct connectbundle *bundle =