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

/dovecot/src/lib-test/
H A Dtest-common.c173 expect_error_check(char **error_strp, const char *format, va_list args) argument
175 if (*error_strp == NULL)
182 suppress = strstr(str, *error_strp) != NULL;
184 i_free_and_null(*error_strp);

Completed in 232 milliseconds