Home
last modified time | relevance | path

Searched refs:conn_list (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dconncache.c58 Curl_llist_init(&(*bundlep)->conn_list, NULL); in bundle_create()
71 Curl_llist_insert_next(&bundle->conn_list, bundle->conn_list.tail, conn, in bundle_add_conn()
83 curr = bundle->conn_list.head; in bundle_remove_conn()
86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
325 curr = bundle->conn_list.head; in Curl_conncache_foreach()
362 curr = bundle->conn_list.head; in conncache_find_first_connection()
428 curr = bundle->conn_list.head; in Curl_conncache_extract_bundle()
485 curr = bundle->conn_list.head; in Curl_conncache_extract_oldest()
571 curr = bundle->conn_list->head;
Dconncache.h84 struct Curl_llist conn_list; /* The connectdata members of the bundle */ member
Durl.c1123 curr = bundle->conn_list.head; in ConnectionExists()