Searched defs:Curl_llist (Results 1 – 1 of 1) sorted by relevance
35 struct Curl_llist { struct36 struct Curl_llist_node *_head; argument37 struct Curl_llist_node *_tail; argument38 Curl_llist_dtor _dtor; argument46 struct Curl_llist *_list; /* the list where this belongs */ argument
Completed in 3 milliseconds