Searched refs:cleanup_value (Results 1 – 1 of 1) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 122 ListNode * const node, const CleanupListValue cleanup_value, 125 ListNode * const node, const CleanupListValue cleanup_value, 133 ListNode * const head, const CleanupListValue cleanup_value, 346 ListNode * const node, const CleanupListValue cleanup_value, in list_remove() argument 351 if (cleanup_value) { in list_remove() 352 cleanup_value(node->value, cleanup_value_data); in list_remove() 360 ListNode * const node, const CleanupListValue cleanup_value, in list_remove_free() argument 363 free(list_remove(node, cleanup_value, cleanup_value_data)); in list_remove_free() 374 ListNode * const head, const CleanupListValue cleanup_value, in list_free() argument 378 list_remove_free(head->next, cleanup_value, cleanup_value_data); in list_free()
|