Lines Matching full:verbosity
172 handle_success(int verbosity) { in handle_success() argument
173 if (verbosity >= CK_VERBOSE) { in handle_success()
179 handle_failure(SRunner *runner, int verbosity, const char *context, in handle_failure() argument
182 if (verbosity != CK_SILENT) { in handle_failure()
192 srunner_run_all(SRunner *runner, const char *context, int verbosity) { in srunner_run_all() argument
207 handle_failure(runner, verbosity, context, "during setup"); in srunner_run_all()
214 handle_failure(runner, verbosity, context, "during actual test"); in srunner_run_all()
223 handle_failure(runner, verbosity, context, "during teardown"); in srunner_run_all()
229 handle_success(verbosity); in srunner_run_all()
236 srunner_summarize(SRunner *runner, int verbosity) { in srunner_summarize() argument
237 if (verbosity != CK_SILENT) { in srunner_summarize()