Searched refs:HTML_PARSE_HTML5 (Results 1 – 3 of 3) sorted by relevance
1345 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 …]
1800 htmlCtxtUseOptions(ctxt, options | HTML_PARSE_HTML5); in htmlTokenizerTest()
200 HTML_PARSE_HTML5 = 1<<1, /* HTML5 support */ enumerator