Searched refs:test_out_quiet (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/lib/ |
H A D | test-uri.c | 35 test_out_quiet( 69 test_out_quiet( 620 test_out_quiet(
|
/dovecot/src/lib-imap/ |
H A D | test-imap-url.c | 633 test_out_quiet(t_strdup_printf("url->host.name = %s", urlp->host.name), 636 test_out_quiet(t_strdup_printf("url->host.name = %s", urlp->host.name), 640 test_out_quiet(t_strdup_printf("url->userid = %s", urlp->userid), 643 test_out_quiet(t_strdup_printf("url->userid = %s", urlp->userid), 647 test_out_quiet(t_strdup_printf("url->auth_type = %s", urlp->auth_type), 650 test_out_quiet(t_strdup_printf("url->auth_type = %s", urlp->auth_type), 654 test_out_quiet("url->port = (unspecified)", 657 test_out_quiet(t_strdup_printf("url->port = %u", urlp->port), 661 test_out_quiet("url->host.ip = (unspecified)", 664 test_out_quiet("ur [all...] |
/dovecot/src/lib-test/ |
H A D | test-common.h | 51 void test_out_quiet(const char *name, bool success); /* only prints failures */
|
H A D | test-common.c | 106 void test_out_quiet(const char *name, bool success) function
|
/dovecot/src/lib-fs/ |
H A D | test-fs-posix.c | 35 test_out_quiet("fs_init() failed", ret >= 0);
|
/dovecot/src/lib-smtp/ |
H A D | test-smtp-command-parser.c | 171 test_out_quiet("error code", 306 test_out_quiet("error code",
|
H A D | test-smtp-client-errors.c | 228 test_out_quiet("inappropriate callback", FALSE);
|
/dovecot/src/lib-http/ |
H A D | test-http-client-errors.c | 172 test_out_quiet("inappropriate callback", FALSE);
|
Completed in 23 milliseconds