Searched defs:list_node_t (Results 1 – 4 of 4) sorted by relevance
24 struct list_node_t { struct25 struct list_node_t* next; argument26 void* data;
25 typedef struct list_node_t list_node_t; typedef
9 struct list_node_t { struct10 struct list_node_t* next; argument15 list_node_t* head; argument
38 struct list_node_t { struct40 list_node_t* next_; argument42 list_node_t(void* data, list_node_t* next) { in list_node_t() function