Searched refs:testleak_funcs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_dns.c | 1976 static struct testcase_setup_t testleak_funcs = { variable 2494 { "leak_shutdown", test_dbg_leak_shutdown, TT_FORK, &testleak_funcs, NULL }, 2495 { "leak_cancel", test_dbg_leak_cancel, TT_FORK, &testleak_funcs, NULL }, 2497 { "leak_resume", test_dbg_leak_resume_, TT_FORK, &testleak_funcs, NULL }, 2499 TT_FORK, &testleak_funcs, NULL }, 2501 TT_FORK, &testleak_funcs, NULL }, 2503 TT_FORK, &testleak_funcs, NULL },
|