Searched refs:tdestroy (Results 1 – 7 of 7) sorted by relevance
28 void tdestroy(void* root, void (*destroy_func)(void*)) { in tdestroy() function34 tdestroy(root_node->llink, destroy_func); in tdestroy()37 tdestroy(root_node->rlink, destroy_func); in tdestroy()
191 void tdestroy(void* __root, void (*__free_fn)(void*));
113 tdestroy(root, node_free); in TEST()
222 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
1072 tdestroy;
1147 "bionic/tdestroy.cpp",