Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A DHTMLparser.c1345 if (ctxt->options & HTML_PARSE_HTML5) in htmlAutoCloseOnClose()
1391 if (ctxt->options & HTML_PARSE_HTML5) in htmlAutoCloseOnEnd()
1419 if (ctxt->options & HTML_PARSE_HTML5) in htmlAutoClose()
1503 if (ctxt->options & (HTML_PARSE_NOIMPLIED | HTML_PARSE_HTML5)) in htmlCheckImplied()
1574 if (ctxt->options & HTML_PARSE_HTML5) in htmlCheckParagraph()
3474 if ((ctxt->options & HTML_PARSE_HTML5) && (name != NULL)) { in htmlParseDocTypeDecl()
3734 if ((ctxt->options & HTML_PARSE_HTML5) == 0) { in htmlParseStartTag()
3921 if (ctxt->options & HTML_PARSE_HTML5) { in htmlParseStartTag()
4016 if (ctxt->options & HTML_PARSE_HTML5) { in htmlParseEndTag()
4179 if ((ctxt->options & HTML_PARSE_HTML5) == 0) { in htmlParseElementInternal()
[all …]
H A Druntest.c1800 htmlCtxtUseOptions(ctxt, options | HTML_PARSE_HTML5); in htmlTokenizerTest()
/aosp_15_r20/external/libxml2/include/libxml/
H A DHTMLparser.h200 HTML_PARSE_HTML5 = 1<<1, /* HTML5 support */ enumerator