Searched refs:MatchFunc (Results 1 – 2 of 2) sorted by relevance
28 typedef bool (*MatchFunc)(void *data, void *condition); typedef47 …ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNo…
51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destr… in RemoveNode()