XML_PARSE_NONET 27 third_party/libxml/chromium/libxml_utils.cc XML_PARSE_NONET; // forbid network access XML_PARSE_NONET 37 third_party/libxml/chromium/libxml_utils.cc XML_PARSE_NONET; // forbid network access XML_PARSE_NONET 14572 third_party/libxml/src/parser.c if (options & XML_PARSE_NONET) { XML_PARSE_NONET 14573 third_party/libxml/src/parser.c ctxt->options |= XML_PARSE_NONET; XML_PARSE_NONET 14574 third_party/libxml/src/parser.c options -= XML_PARSE_NONET; XML_PARSE_NONET 3864 third_party/libxml/src/xmlIO.c if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) { XML_PARSE_NONET 3867 third_party/libxml/src/xmlIO.c ctxt->options -= XML_PARSE_NONET; XML_PARSE_NONET 3380 third_party/libxml/src/xmllint.c options |= XML_PARSE_NONET;