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

/dovecot/src/lib/
H A Dtest-str-sanitize.c10 const char *sanitized; /* NULL for no change */ member in struct:str_sanitize_test
43 if (tests[i].sanitized != NULL)
44 test_assert_idx(null_strcmp(str, tests[i].sanitized) == 0, i);
60 if (tests[i].sanitized != NULL)
61 test_assert_idx(strcmp(str_c(str2)+10, tests[i].sanitized) == 0, i);

Completed in 9 milliseconds