Lines Matching refs:cpool_bundle
76 struct cpool_bundle { struct
104 static struct cpool_bundle *cpool_bundle_create(const char *dest, in cpool_bundle_create()
107 struct cpool_bundle *bundle; in cpool_bundle_create()
117 static void cpool_bundle_destroy(struct cpool_bundle *bundle) in cpool_bundle_destroy()
124 static void cpool_bundle_add(struct cpool_bundle *bundle, in cpool_bundle_add()
133 static void cpool_bundle_remove(struct cpool_bundle *bundle, in cpool_bundle_remove()
144 cpool_bundle_destroy((struct cpool_bundle *)freethis); in cpool_bundle_free_entry()
245 static struct cpool_bundle *cpool_find_bundle(struct cpool *cpool, in cpool_find_bundle()
252 static struct cpool_bundle *
255 struct cpool_bundle *bundle; in cpool_add_bundle()
270 struct cpool_bundle *bundle) in cpool_remove_bundle()
279 cpool_bundle_get_oldest_idle(struct cpool_bundle *bundle);
285 struct cpool_bundle *bundle; in Curl_cpool_check_limits()
354 struct cpool_bundle *bundle = NULL; in Curl_cpool_add_conn()
391 struct cpool_bundle *bundle = cpool_find_bundle(cpool, conn); in cpool_remove_conn()
435 struct cpool_bundle *bundle = he->ptr; in cpool_foreach()
458 struct cpool_bundle *bundle; in cpool_get_live_conn()
514 cpool_bundle_get_oldest_idle(struct cpool_bundle *bundle) in cpool_bundle_get_oldest_idle()
548 struct cpool_bundle *bundle; in cpool_get_oldest_idle()
584 struct cpool_bundle *bundle; in Curl_cpool_find()
1352 struct cpool_bundle *bundle;