Lines Matching refs:evt_test
20 struct evt_test;
27 (struct evt_test *test, struct evt_options *opt);
29 (struct evt_test *test, struct evt_options *opt);
31 (struct evt_test *test, struct evt_options *opt);
33 (struct evt_test *test, struct evt_options *opt);
35 (struct evt_test *test, struct evt_options *opt);
37 (struct evt_test *test, struct evt_options *opt);
39 (struct evt_test *test, struct evt_options *opt);
41 (struct evt_test *test, struct evt_options *opt);
43 (struct evt_test *test, struct evt_options *opt);
45 (struct evt_test *test, struct evt_options *opt);
63 struct evt_test { struct
70 struct evt_test test; argument
88 struct evt_test *evt_test_get(const char *name);
91 evt_test_priv(struct evt_test *test) in evt_test_priv()