Searched refs:destroyProc (Results 1 – 2 of 2) sorted by relevance
184 ListDestroyProc destroyProc = (ListDestroyProc)data; in listDestroyTraversal() local186 if (destroyProc == NULL) { in listDestroyTraversal()189 destroyProc(node); in listDestroyTraversal()202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll() argument208 OH_ListTraversal(head, (void *)destroyProc, listDestroyTraversal, 0); in OH_ListRemoveAll()
189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);