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

/dovecot/src/lib-mail/
H A Dmail-html2text.c50 } html_entities[] = { variable in typeref:struct:__anon110
123 for (size_t i = 0; i < N_ELEMENTS(html_entities); i++) {
124 if (strcasecmp(html_entities[i].name, name) == 0) {
125 *chr_r = html_entities[i].chr;

Completed in 7 milliseconds