Searched refs:html_special_type (Results 1 – 4 of 4) sorted by relevance
147 enum html_special_type { enum172 void *(*special)(struct html_context *, enum html_special_type,
115 void *(*special_f)(struct html_context *, enum html_special_type, ...);
757 void *(*special)(struct html_context *, enum html_special_type, ...)) in init_html_parser() argument
1703 html_special(struct html_context *html_context, enum html_special_type c, ...) in html_special()