Searched refs:XML_PARSE_NONET (Results 1 – 12 of 12) sorted by relevance
27 XML_PARSE_NONET; // forbid network access in Load()37 XML_PARSE_NONET; // forbid network access in LoadFile()
46 XML_PARSE_NONET; // forbid network access in Load()56 XML_PARSE_NONET; // forbid network access in LoadFile()
1098 XML_PARSE_NONET = 1<<11,/* Forbid network access */ enumerator
3864 if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) { in xmlDefaultExternalEntityLoader()3867 ctxt->options -= XML_PARSE_NONET; in xmlDefaultExternalEntityLoader()
3380 options |= XML_PARSE_NONET; in main()
14572 if (options & XML_PARSE_NONET) { in xmlCtxtUseOptionsInternal()14573 ctxt->options |= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()14574 options -= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()
954 - implemented XML_PARSE_NONET parser option
8655 the XML_PARSE_NONET parser option.
3990 if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) { in xmlDefaultExternalEntityLoader()3993 ctxt->options -= XML_PARSE_NONET; in xmlDefaultExternalEntityLoader()
3420 options |= XML_PARSE_NONET; in main()
14564 if (options & XML_PARSE_NONET) { in xmlCtxtUseOptionsInternal()14565 ctxt->options |= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()14566 options -= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()