Home
last modified time | relevance | path

Searched refs:LXB_HTML_PARSER_STATE_BEGIN (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/
H A Dparser.c58 parser->state = LXB_HTML_PARSER_STATE_BEGIN; in lxb_html_parser_init()
72 parser->state = LXB_HTML_PARSER_STATE_BEGIN; in lxb_html_parser_clean()
185 if (parser->state != LXB_HTML_PARSER_STATE_BEGIN) { in lxb_html_parse_fragment_chunk_begin()
379 if (parser->state != LXB_HTML_PARSER_STATE_BEGIN) { in lxb_html_parse_chunk_begin()
H A Dparser.h22 LXB_HTML_PARSER_STATE_BEGIN = 0x00, enumerator
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c877 else if (lxb_html_parser_state(doc->parser) != LXB_HTML_PARSER_STATE_BEGIN) { in lxb_html_document_parser_prepare()

Completed in 11 milliseconds