Home
last modified time | relevance | path

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

/libevent-2.1.12/test/
H A Dregress.h37 extern struct testcase_t main_testcases[];
38 extern struct testcase_t evtag_testcases[];
43 extern struct testcase_t util_testcases[];
44 extern struct testcase_t signal_testcases[];
45 extern struct testcase_t http_testcases[];
47 extern struct testcase_t dns_testcases[];
48 extern struct testcase_t rpc_testcases[];
50 extern struct testcase_t minheap_testcases[];
51 extern struct testcase_t iocp_testcases[];
52 extern struct testcase_t ssl_testcases[];
[all …]
H A Dtinytest.h45 struct testcase_t;
50 void *(*setup_fn)(const struct testcase_t *);
52 int (*cleanup_fn)(const struct testcase_t *, void *);
56 struct testcase_t { struct
68 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument
95 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
H A Dtinytest_demo.c111 setup_data_buffer(const struct testcase_t *testcase) in setup_data_buffer()
126 clean_data_buffer(const struct testcase_t *testcase, void *ptr) in clean_data_buffer()
227 struct testcase_t demo_tests[] = {
H A Dregress_main.c239 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
323 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
366 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
404 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
419 struct testcase_t thread_testcases[] = {
H A Dtinytest.c107 testcase_run_in_thread_(const struct testcase_t *testcase, void *env) in testcase_run_in_thread_()
154 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()
195 const struct testcase_t *testcase) in testcase_run_forked_()
313 const struct testcase_t *testcase)
374 struct testcase_t *testcase = &groups[i].cases[j];
527 struct testcase_t *testcase = &group->cases[j];
H A Dregress_minheap.c96 struct testcase_t minheap_testcases[] = {
H A Dregress_listener.c307 struct testcase_t listener_testcases[] = {
338 struct testcase_t listener_iocp_testcases[] = {
H A Dregress_et.c262 struct testcase_t edgetriggered_testcases[] = {
H A Dregress_ssl.c216 ssl_test_setup(const struct testcase_t *testcase) in ssl_test_setup()
231 ssl_test_cleanup(const struct testcase_t *testcase, void *ptr) in ssl_test_cleanup()
991 struct testcase_t ssl_testcases[] = {
H A Dregress_iocp.c343 struct testcase_t iocp_testcases[] = {
H A Dregress_finalize.c384 struct testcase_t finalize_testcases[] = {
H A Dregress_thread.c571 struct testcase_t thread_testcases[] = {
H A Dregress_bufferevent.c1357 struct testcase_t bufferevent_testcases[] = {
1438 struct testcase_t bufferevent_iocp_testcases[] = {
H A Dregress_rpc.c941 struct testcase_t rpc_testcases[] = {
H A Dregress_dns.c1923 testleak_setup(const struct testcase_t *testcase) in testleak_setup()
1949 testleak_cleanup(const struct testcase_t *testcase, void *env_) in testleak_cleanup()
2444 struct testcase_t dns_testcases[] = {
H A Dregress_buffer.c2785 setup_passthrough(const struct testcase_t *testcase) in setup_passthrough()
2790 cleanup_passthrough(const struct testcase_t *testcase, void *ptr) in cleanup_passthrough()
2801 struct testcase_t evbuffer_testcases[] = {
H A Dregress.c3478 struct testcase_t main_testcases[] = {
3591 struct testcase_t evtag_testcases[] = {
3600 struct testcase_t signal_testcases[] = {
H A Dregress_util.c1643 struct testcase_t util_testcases[] = {
H A Dregress_http.c4701 struct testcase_t http_testcases[] = {
4801 struct testcase_t http_iocp_testcases[] = {