Searched refs:testcase_t (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress.h37 extern struct testcase_t main_testcases[];
38 extern struct testcase_t evtag_testcases[];
39 extern struct testcase_t evbuffer_testcases[];
40 extern struct testcase_t finalize_testcases[];
41 extern struct testcase_t bufferevent_testcases[];
42 extern struct testcase_t bufferevent_iocp_testcases[];
43 extern struct testcase_t util_testcases[];
44 extern struct testcase_t signal_testcases[];
45 extern struct testcase_t http_testcases[];
46 extern struct testcase_t dns_testcase
[all...]
H A Dtinytest.h42 struct testcase_t;
47 void *(*setup_fn)(const struct testcase_t *);
49 int (*cleanup_fn)(const struct testcase_t *, void *);
53 struct testcase_t { struct
65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */
92 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
H A Dregress_main.c194 basic_test_setup(const struct testcase_t *testcase)
270 basic_test_cleanup(const struct testcase_t *testcase, void *ptr)
313 legacy_test_setup(const struct testcase_t *testcase)
351 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr)
366 struct testcase_t thread_testcases[] = {
H A Dregress_minheap.c97 struct testcase_t minheap_testcases[] = {
H A Dregress_listener.c185 struct testcase_t listener_testcases[] = {
204 struct testcase_t listener_iocp_testcases[] = {
H A Dtinytest.c92 testcase_run_bare_(const struct testcase_t *testcase)
122 const struct testcase_t *testcase)
224 const struct testcase_t *testcase)
288 struct testcase_t *testcase = &groups[i].cases[j];
H A Dregress_et.c203 struct testcase_t edgetriggered_testcases[] = {
H A Dregress_finalize.c337 struct testcase_t finalize_testcases[] = {
H A Dregress_iocp.c343 struct testcase_t iocp_testcases[] = {
H A Dregress_ssl.c470 struct testcase_t ssl_testcases[] = {
H A Dregress_bufferevent.c1086 struct testcase_t bufferevent_testcases[] = {
1140 struct testcase_t bufferevent_iocp_testcases[] = {
H A Dregress_dns.c1803 testleak_setup(const struct testcase_t *testcase)
1829 testleak_cleanup(const struct testcase_t *testcase, void *env_)
2007 struct testcase_t dns_testcases[] = {
H A Dregress_rpc.c895 struct testcase_t rpc_testcases[] = {
H A Dregress_thread.c571 struct testcase_t thread_testcases[] = {
H A Dregress_buffer.c2212 setup_passthrough(const struct testcase_t *testcase)
2217 cleanup_passthrough(const struct testcase_t *testcase, void *ptr)
2228 struct testcase_t evbuffer_testcases[] = {
H A Dregress_util.c1381 struct testcase_t util_testcases[] = {
H A Dregress.c3234 struct testcase_t main_testcases[] = {
3310 struct testcase_t evtag_testcases[] = {
3319 struct testcase_t signal_testcases[] = {
H A Dregress_http.c3943 struct testcase_t http_testcases[] = {
/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c83 typedef void testcase_t(char *buffer, size_t buflen); typedef
99 testcase_t *test;
119 static testcase_t xnb_ring2pkt_emptyring;
120 static testcase_t xnb_ring2pkt_1req;
121 static testcase_t xnb_ring2pkt_2req;
122 static testcase_t xnb_ring2pkt_3req;
123 static testcase_t xnb_ring2pkt_extra;
124 static testcase_t xnb_ring2pkt_partial;
125 static testcase_t xnb_ring2pkt_wraps;
126 static testcase_t xnb_txpkt2rsp_emptypk
[all...]

Completed in 97 milliseconds