Searched refs:ht (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-mail/
H A Dtest-mail-html2text.c54 struct mail_html2text *ht; local
59 ht = mail_html2text_init(MAIL_HTML2TEXT_FLAG_SKIP_QUOTED);
62 mail_html2text_more(ht, &c, 1, str);
65 mail_html2text_deinit(&ht);
70 ht = mail_html2text_init(0);
71 mail_html2text_more(ht, (const void *)test_blockquote_input,
74 mail_html2text_deinit(&ht);
82 struct mail_html2text *ht; local
89 ht = mail_html2text_init(0);
93 mail_html2text_more(ht,
[all...]
H A Dmail-html2text.c57 struct mail_html2text *ht; local
59 ht = i_new(struct mail_html2text, 1);
60 ht->flags = flags;
61 ht->input = buffer_create_dynamic(default_pool, 512);
62 return ht;
66 parse_tag_name(struct mail_html2text *ht, argument
72 ht->state = HTML_STATE_COMMENT;
77 ht->state = HTML_STATE_SCRIPT;
82 ht->state = HTML_STATE_STYLE;
86 ht
180 parse_data(struct mail_html2text *ht, const unsigned char *data, size_t size, buffer_t *output) argument
294 mail_html2text_more(struct mail_html2text *ht, const unsigned char *data, size_t size, buffer_t *output) argument
335 struct mail_html2text *ht = *_ht; local
[all...]
H A Dmail-html2text.h10 void mail_html2text_more(struct mail_html2text *ht,
13 void mail_html2text_deinit(struct mail_html2text **ht);

Completed in 10 milliseconds