Searched refs:conns (Results 1 – 1 of 1) sorted by relevance
77 struct Curl_llist conns; /* connections in the bundle */ member111 Curl_llist_init(&bundle->conns, NULL); in cpool_bundle_create()119 DEBUGASSERT(!Curl_llist_count(&bundle->conns)); in cpool_bundle_destroy()128 Curl_llist_append(&bundle->conns, conn, &conn->cpool_node); in cpool_bundle_add()392 if(bundle && (list == &bundle->conns)) { in cpool_remove_conn()394 if(!Curl_llist_count(&bundle->conns)) in cpool_remove_conn()438 curr = Curl_llist_head(&bundle->conns); in cpool_foreach()465 conn_node = Curl_llist_head(&bundle->conns); in cpool_get_live_conn()524 curr = Curl_llist_head(&bundle->conns); in cpool_bundle_get_oldest_idle()561 for(curr = Curl_llist_head(&bundle->conns); curr; in cpool_get_oldest_idle()[all …]
Completed in 6 milliseconds