Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h924 #define CONN_INUSE(c) ((c)->easyq.size)
1056 struct Curl_llist easyq; /* List of easy handles using this connection */ member
Dmulti.c614 conn->easyq.size)); in multi_done()
881 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connnection()
898 Curl_llist_insert_next(&conn->easyq, conn->easyq.tail, data, in Curl_attach_connnection()
Durl.c791 Curl_llist_destroy(&conn->easyq, NULL); in conn_free()
1299 struct Curl_llist_element *e = check->easyq.head; in ConnectionExists()
1791 Curl_llist_init(&conn->easyq, NULL); in allocate_conn()
1816 Curl_llist_destroy(&conn->easyq, NULL); in allocate_conn()
3574 Curl_llist_destroy(&old_conn->easyq, NULL);