Searched refs:if_list (Results 1 – 1 of 1) sorted by relevance
76 struct if_list { struct77 if_list* next; argument80 if_list(if_list** list) { in if_list() argument86 static void Free(if_list* list, bool names_too) { in Free() argument88 if_list* it = list; in Free()97 if_list** list = reinterpret_cast<if_list**>(context); in __if_nameindex_callback()102 if_list* new_link = new if_list(list); in __if_nameindex_callback()118 if_list* list = nullptr; in if_nameindex()124 if_list::Free(list, true); in if_nameindex()130 for (if_list* it = list; it != nullptr; it = it->next) { in if_nameindex()[all …]