Searched refs:XML_PARSE_NOENT (Results 1 – 9 of 9) sorted by relevance
55 XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_NOCDATA
3168 options |= XML_PARSE_NOENT; in main()3342 options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD; in main()3347 options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD; in main()3352 options |= XML_PARSE_NOENT | XML_PARSE_DTDATTR | XML_PARSE_DTDLOAD; in main()3441 options |= XML_PARSE_NOENT; in main()
37 #define SCHEMATRON_PARSE_OPTIONS XML_PARSE_NOENT2037 XML_PARSE_NOENT | XML_PARSE_NOCDATA); in main()
1603 ctxt->options |= XML_PARSE_NOENT; in xmlInitParserCtxt()
2764 if (((ctxt->options & XML_PARSE_NOENT) != 0) || in xmlStringLenDecodeEntities()7168 ((ent->children == NULL) && (ctxt->options & XML_PARSE_NOENT))) && in xmlParseReference()7170 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()8000 ((ctxt->options & XML_PARSE_NOENT) == 0) && in xmlParsePEReference()15026 if (options & XML_PARSE_NOENT) { in xmlCtxtUseOptionsInternal()15029 options -= XML_PARSE_NOENT; in xmlCtxtUseOptionsInternal()15030 ctxt->options |= XML_PARSE_NOENT; in xmlCtxtUseOptionsInternal()
1502 ctxt->parseFlags |= XML_PARSE_NOENT; in xmlXIncludeLoadDoc()
3758 ctxt->options |= XML_PARSE_NOENT; in xmlTextReaderSetParserProp()3761 ctxt->options &= ~XML_PARSE_NOENT; in xmlTextReaderSetParserProp()
593 #define SCHEMAS_PARSE_OPTIONS XML_PARSE_NOENT
1094 XML_PARSE_NOENT = 1<<1, /* substitute entities */ enumerator