fixture_create     47 libs/gst/check/libcheck/check.c static Fixture *fixture_create (SFun fun, int ischecked);
fixture_create    189 libs/gst/check/libcheck/check.c       list_add_end (tc->ch_sflst, fixture_create (setup, ischecked));
fixture_create    191 libs/gst/check/libcheck/check.c       list_add_end (tc->unch_sflst, fixture_create (setup, ischecked));
fixture_create    197 libs/gst/check/libcheck/check.c       list_add_front (tc->ch_tflst, fixture_create (teardown, ischecked));
fixture_create    199 libs/gst/check/libcheck/check.c       list_add_front (tc->unch_tflst, fixture_create (teardown, ischecked));