Home
last modified time | relevance | path

Searched refs:XML_PARSE_PEDANTIC (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/include/libxml/
Dparser.h1099 XML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h1126 XML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */ enumerator
DparserInternals.c1754 ctxt->options |= XML_PARSE_PEDANTIC; in xmlInitParserCtxt()
DHTMLparser.c6746 options -= XML_PARSE_PEDANTIC; in htmlCtxtUseOptions()
6747 ctxt->options |= XML_PARSE_PEDANTIC; in htmlCtxtUseOptions()
Dparser.c15083 if (options & XML_PARSE_PEDANTIC) { in xmlCtxtUseOptionsInternal()
15085 options -= XML_PARSE_PEDANTIC; in xmlCtxtUseOptionsInternal()
15086 ctxt->options |= XML_PARSE_PEDANTIC; in xmlCtxtUseOptionsInternal()
/third_party/libxml2/
DparserInternals.c1727 ctxt->options |= XML_PARSE_PEDANTIC; in xmlInitParserCtxt()
DHTMLparser.c6828 options -= XML_PARSE_PEDANTIC; in htmlCtxtUseOptions()
6829 ctxt->options |= XML_PARSE_PEDANTIC; in htmlCtxtUseOptions()
Dxmllint.c3389 options |= XML_PARSE_PEDANTIC; in main()
Dparser.c15037 if (options & XML_PARSE_PEDANTIC) { in xmlCtxtUseOptionsInternal()
15039 options -= XML_PARSE_PEDANTIC; in xmlCtxtUseOptionsInternal()
15040 ctxt->options |= XML_PARSE_PEDANTIC; in xmlCtxtUseOptionsInternal()
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1234 d XML_PARSE_PEDANTIC... Pedantic err report