Searched defs:list_node_t (Results 1 – 3 of 3) sorted by relevance
25 typedef struct list_node_t list_node_t; typedef
24 struct list_node_t { struct25 struct list_node_t* next; argument26 void* data;
7 struct list_node_t { struct8 struct list_node_t* next; argument13 list_node_t* head; argument