Searched defs:list_init (Results 1 – 4 of 4) sorted by relevance
52 static inline void list_init(struct listnode *node) in list_init() function
28 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = (free_fn) } macro
10021 bool list_init = EnsureInitialized(self, h_list_class, true, true); in CreateWellKnownClassLoader() local