Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h893 #define CONN_INUSE(c) ((c)->easyq.size)
977 struct Curl_llist easyq; /* List of easy handles using this connection */ member
Dmulti.c732 conn->easyq.size)); in multi_done()
996 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connection()
1012 Curl_llist_insert_next(&conn->easyq, conn->easyq.tail, data, in Curl_attach_connection()
Durl.c1263 struct Curl_llist_element *e = check->easyq.head; in ConnectionExists()
1586 Curl_llist_init(&conn->easyq, NULL); in allocate_conn()