Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h877 #define CONN_INUSE(c) ((c)->easyq.size)
1027 struct Curl_llist easyq; /* List of easy handles using this connection */ member
Dmulti.c608 conn->data = conn->easyq.head->ptr; in multi_done()
612 conn->easyq.size)); in multi_done()
882 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connnection()
897 Curl_llist_insert_next(&conn->easyq, conn->easyq.tail, data, in Curl_attach_connnection()
Durl.c759 Curl_llist_destroy(&conn->easyq, NULL); in conn_free()
1709 Curl_llist_init(&conn->easyq, NULL); in allocate_conn()
1733 Curl_llist_destroy(&conn->easyq, NULL); in allocate_conn()
3384 Curl_llist_destroy(&old_conn->easyq, NULL);