Searched refs:destroyNode (Results 1 – 2 of 2) sorted by relevance
47 …ultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode);
51 …TIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNode) in RemoveNode() argument80 if (destroyNode) { in RemoveNode()