Searched refs:if_list (Results 1 – 1 of 1) sorted by relevance
66 struct if_list { struct67 if_list* next; argument70 explicit if_list(if_list** list) { in if_list() function76 static void Free(if_list* list, bool names_too) { in Free() argument78 if_list* it = list; in Free()87 if_list** list = reinterpret_cast<if_list**>(context); in __if_nameindex_callback()92 if_list* new_link = new if_list(list); in __if_nameindex_callback()108 if_list* list = nullptr; in if_nameindex()114 if_list::Free(list, true); in if_nameindex()120 for (if_list* it = list; it != nullptr; it = it->next) { in if_nameindex()[all …]