Home
last modified time | relevance | path

Searched refs:check_list_apply (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c195 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()
Dcheck_list.h55 void check_list_apply (List * lp, void (*fp) (void *));
Dcheck_list.c144 check_list_apply (List * lp, void (*fp) (void *)) in check_list_apply() function
Dcheck_run.c213 check_list_apply (include_tag_lst, free); in srunner_iterate_suites()
214 check_list_apply (exclude_tag_lst, free); in srunner_iterate_suites()