Home
last modified time | relevance | path

Searched defs:hubbub_tokeniser_context (Results 1 – 1 of 1) sorted by relevance

/dports/www/libhubbub/libhubbub-0.3.7/src/tokeniser/
H A Dtokeniser.c99 typedef struct hubbub_tokeniser_context { struct
100 size_t pending; /**< Count of pending chars */
105 hubbub_tag current_tag; /**< Current tag */
113 struct {
116 } close_tag_match; /**< State for matching close
119 struct {
121 } match_doctype; /**< State for matching doctype */
123 struct {
126 } match_cdata; /**< State for matching cdata */
128 struct {
[all …]