Searched refs:conn_list (Results 1 – 3 of 3) sorted by relevance
63 Curl_llist_init(&(*bundlep)->conn_list, (Curl_llist_dtor) conn_llist_dtor); in bundle_create()72 Curl_llist_destroy(&bundle->conn_list, NULL); in bundle_destroy()81 Curl_llist_insert_next(&bundle->conn_list, bundle->conn_list.tail, conn, in bundle_add_conn()93 curr = bundle->conn_list.head; in bundle_remove_conn()96 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()351 curr = bundle->conn_list.head; in Curl_conncache_foreach()388 curr = bundle->conn_list.head; in conncache_find_first_connection()454 curr = bundle->conn_list.head; in Curl_conncache_extract_bundle()511 curr = bundle->conn_list.head; in Curl_conncache_extract_oldest()600 curr = bundle->conn_list->head;
80 struct Curl_llist conn_list; /* The connectdata members of the bundle */ member
1162 curr = bundle->conn_list.head; in ConnectionExists()