Searched defs:curl_llist (Results 1 – 1 of 1) sorted by relevance
36 struct curl_llist { struct37 struct curl_llist_element *head; argument38 struct curl_llist_element *tail; argument39 curl_llist_dtor dtor; argument43 void Curl_llist_init(struct curl_llist *, curl_llist_dtor); argument