Home
last modified time | relevance | path

Searched refs:tcase_setup_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/expat/expat/tests/
H A Dminicheck.h95 typedef void (*tcase_setup_function)(void); typedef
116 tcase_setup_function setup;
140 void tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup,
H A Dminicheck.c84 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, in tcase_add_checked_fixture()