Home
last modified time | relevance | path

Searched refs:check_list_val (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_list.c122 check_list_val (List * lp) in check_list_val() function
150 fp (check_list_val (lp)); in check_list_apply()
158 if (check_list_val (lp) == val) { in check_list_contains()
Dcheck.c92 tc = (TCase *) check_list_val (l); in suite_tcase()
109 tcase_free ((TCase *) check_list_val (l)); in suite_free()
231 if (0 == strcmp ((const char *) check_list_val (tc->tags), in tcase_matching_tag()
232 (const char *) check_list_val (check_for))) { in tcase_matching_tag()
448 suite_free ((Suite *) check_list_val (l)); in srunner_free()
454 tr = (TestResult *) check_list_val (l); in srunner_free()
488 TestResult *tr = (TestResult *) check_list_val (rlst); in srunner_failures()
510 trarray[i++] = (TestResult *) check_list_val (rlst); in srunner_results()
Dcheck_list.h47 void *check_list_val (List * lp);
Dcheck_run.c179 Suite *s = (Suite *) check_list_val (slst); in srunner_iterate_suites()
191 tc = (TCase *) check_list_val (tcl); in srunner_iterate_suites()
232 tfun = (TF *) check_list_val (tfl); in srunner_iterate_tcase_tfuns()
285 setup_fixture = (Fixture *) check_list_val (fixture_list); in srunner_run_setup()
347 fixture = (Fixture *) check_list_val (fixture_list); in srunner_run_teardown()
Dcheck_log.c185 lg = (Log *) check_list_val (l); in srunner_send_evt()
536 Log *lg = (Log *) check_list_val (l); in srunner_end_logging()
Dcheck_print.c88 TestResult *tr = (TestResult *) check_list_val (resultlst); in srunner_fprint_results()