Searched refs:cleanup_value_data (Results 1 – 1 of 1) sorted by relevance
93 typedef void (*CleanupListValue)(const void *value, void *cleanup_value_data);123 void * const cleanup_value_data);126 void * const cleanup_value_data);134 void * const cleanup_value_data);142 static void free_value(const void *value, void *cleanup_value_data);144 const void *value, void *cleanup_value_data);347 void * const cleanup_value_data) { in list_remove() argument352 cleanup_value(node->value, cleanup_value_data); in list_remove()361 void * const cleanup_value_data) { in list_remove_free() argument363 free(list_remove(node, cleanup_value, cleanup_value_data)); in list_remove_free()[all …]