Home
last modified time | relevance | path

Searched defs:Curl_llist (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dllist.h35 struct Curl_llist { struct
36 struct Curl_llist_node *_head; argument
37 struct Curl_llist_node *_tail; argument
38 Curl_llist_dtor _dtor; argument
46 struct Curl_llist *_list; /* the list where this belongs */ argument

Completed in 3 milliseconds