Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dmulti.c710 conn->easyq.size)); in multi_done()
974 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connection()
990 Curl_llist_insert_next(&conn->easyq, conn->easyq.tail, data, in Curl_attach_connection()
H A Durldata.h908 #define CONN_INUSE(c) ((c)->easyq.size)
992 struct Curl_llist easyq; /* List of easy handles using this connection */ member
H A Durl.c1025 struct Curl_llist_element *e = check->easyq.head; in ConnectionExists()
1416 Curl_llist_init(&conn->easyq, NULL); in allocate_conn()

Completed in 13 milliseconds