Searched refs:tdestroy (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | tdestroy.cpp | 28 void tdestroy(void* root, void (*destroy_func)(void*)) { in tdestroy() function 34 tdestroy(root_node->llink, destroy_func); in tdestroy() 37 tdestroy(root_node->rlink, destroy_func); in tdestroy()
|
/bionic/libc/include/ |
D | search.h | 191 void tdestroy(void* __root, void (*__free_fn)(void*));
|
/bionic/tests/ |
D | search_test.cpp | 113 tdestroy(root, node_free); in TEST() 119 tdestroy(nullptr, nullptr); in TEST()
|
/bionic/docs/ |
D | status.md | 222 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1072 tdestroy;
|
/bionic/libc/ |
D | libc.map.txt | 1072 tdestroy;
|
D | Android.bp | 1170 "bionic/tdestroy.cpp",
|