Searched refs:testcase_t (Results 1 – 19 of 19) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | regress.h | 37 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 D | tinytest.h | 45 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 D | tinytest_demo.c | 111 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 D | regress_main.c | 239 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 D | tinytest.c | 107 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 D | regress_minheap.c | 96 struct testcase_t minheap_testcases[] = {
|
| H A D | regress_listener.c | 307 struct testcase_t listener_testcases[] = { 338 struct testcase_t listener_iocp_testcases[] = {
|
| H A D | regress_et.c | 262 struct testcase_t edgetriggered_testcases[] = {
|
| H A D | regress_ssl.c | 216 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 D | regress_iocp.c | 343 struct testcase_t iocp_testcases[] = {
|
| H A D | regress_finalize.c | 384 struct testcase_t finalize_testcases[] = {
|
| H A D | regress_thread.c | 571 struct testcase_t thread_testcases[] = {
|
| H A D | regress_bufferevent.c | 1357 struct testcase_t bufferevent_testcases[] = { 1438 struct testcase_t bufferevent_iocp_testcases[] = {
|
| H A D | regress_rpc.c | 941 struct testcase_t rpc_testcases[] = {
|
| H A D | regress_dns.c | 1923 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 D | regress_buffer.c | 2785 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 D | regress.c | 3478 struct testcase_t main_testcases[] = { 3591 struct testcase_t evtag_testcases[] = { 3600 struct testcase_t signal_testcases[] = {
|
| H A D | regress_util.c | 1643 struct testcase_t util_testcases[] = {
|
| H A D | regress_http.c | 4701 struct testcase_t http_testcases[] = { 4801 struct testcase_t http_iocp_testcases[] = {
|