Searched refs:XML_PARSE_NONET (Results 1 – 5 of 5) sorted by relevance
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
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()