Searched refs:ListDestroyProc (Results 1 – 2 of 2) sorted by relevance
184 ListDestroyProc destroyProc = (ListDestroyProc)data; in listDestroyTraversal()202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll()
180 typedef void (*ListDestroyProc)(ListNode *node); typedef189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);