Searched defs:test_functions (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/auth/
H A Dtest-main.c10 static const struct named_test test_functions[] = { local
23 return test_run_named(test_functions, match);
/dovecot/src/lib/
H A Dtest-lib.c11 static const struct named_test test_functions[] = { local
27 return test_run_named_with_fatals(match, test_functions, fatal_functions);
/dovecot/src/lib-test/
H A Dtest-common.c264 static void test_run_funcs(void (*const test_functions[])(void)) argument
268 for (i = 0; test_functions[i] != NULL; i++) {
270 test_functions[i]();
338 int test_run(void (*const test_functions[])(void)) argument
341 test_run_funcs(test_functions);
350 int test_run_with_fatals(void (*const test_functions[])(void), argument
354 test_run_funcs(test_functions);
/dovecot/src/lib-http/
H A Dtest-http-server-errors.c578 static void (*const test_functions[])(void) = { variable
895 test_run(test_functions);
H A Dtest-http-payload.c1753 static void (*const test_functions[])(void) = { variable
1820 test_run(test_functions);
H A Dtest-http-client-errors.c2914 static void (*const test_functions[])(void) = { variable
3257 test_run(test_functions);
/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c911 static void (*const test_functions[])(void) = { variable
971 test_run(test_functions);
H A Dtest-smtp-server-errors.c1016 static void (*const test_functions[])(void) = { variable
1347 test_run(test_functions);
H A Dtest-smtp-client-errors.c2535 static void (*const test_functions[])(void) = { variable
2969 test_run(test_functions);
H A Dtest-smtp-submit.c1758 static void (*const test_functions[])(void) = { variable
2176 test_run(test_functions);

Completed in 82 milliseconds