Lines Matching defs:str
4 #include "str.h"
53 string_t *str = t_str_new(128);
62 mail_html2text_more(ht, &c, 1, str);
64 test_assert_idx(strcmp(str_c(str), tests[i].output) == 0, i);
66 str_truncate(str, 0);
72 strlen(test_blockquote_input), str);
73 test_assert(strcmp(str_c(str), test_blockquote_output) == 0);
81 string_t *str = t_str_new(128);
93 mail_html2text_more(ht, s, i_rand_minmax(1, 2), str);
96 str_truncate(str, 0);