Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A 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()
433 curr = bundle->conn_list.head; in Curl_conncache_extract_bundle()
490 curr = bundle->conn_list.head; in Curl_conncache_extract_oldest()
576 curr = bundle->conn_list
[all...]
H A Dconncache.h84 struct Curl_llist conn_list; /* The connectdata members of the bundle */ member
H A Durl.c990 curr = bundle->conn_list.head; in ConnectionExists()

Completed in 6 milliseconds