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 | 183 void tdestroy(void* _Nullable __root, void (* _Nullable __free_fn)(void* _Nullable));
|
/bionic/tests/ |
D | search_test.cpp | 115 tdestroy(root, node_free); in TEST() 121 tdestroy(nullptr, nullptr); in TEST()
|
/bionic/docs/ |
D | status.md | 279 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
|
/bionic/libc/ |
D | libc.map.txt | 1070 tdestroy;
|
D | Android.bp | 976 "bionic/tdestroy.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1070 tdestroy;
|