Searched refs:check_list_apply (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.c | 195 check_list_apply (tc->tags, free); in tcase_set_tags() 204 check_list_apply (tc->tflst, free); in tcase_free() 205 check_list_apply (tc->unch_sflst, free); in tcase_free() 206 check_list_apply (tc->ch_sflst, free); in tcase_free() 207 check_list_apply (tc->unch_tflst, free); in tcase_free() 208 check_list_apply (tc->ch_tflst, free); in tcase_free() 209 check_list_apply (tc->tags, free); in tcase_free()
|
D | check_list.h | 55 void check_list_apply (List * lp, void (*fp) (void *));
|
D | check_list.c | 144 check_list_apply (List * lp, void (*fp) (void *)) in check_list_apply() function
|
D | check_run.c | 213 check_list_apply (include_tag_lst, free); in srunner_iterate_suites() 214 check_list_apply (exclude_tag_lst, free); in srunner_iterate_suites()
|