Lines Matching refs:HTML_PARSE_HTML5
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()
4201 if ((ctxt->options & HTML_PARSE_HTML5) == 0) { in htmlParseElementInternal()
4996 if ((ctxt->options & HTML_PARSE_HTML5) == 0) { in htmlParseTryOrFinish()
5020 if ((ctxt->options & HTML_PARSE_HTML5) == 0) { in htmlParseTryOrFinish()
5687 HTML_PARSE_HTML5 | in htmlCtxtSetOptionsInternal()