Home
last modified time | relevance | path

Searched refs:XML_PARSE_NONET (Results 1 – 17 of 17) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dlocating-rule.c163 XML_PARSE_NONET in locating_rule_match()
303 XML_PARSE_NONET in locating_rule_list_add_from_file()
Dcldr-plurals.c57 XML_PARSE_NONET in extract_rules()
Dformat-kde-kuit.c236 XML_PARSE_NONET in format_parse()
Dits.c1454 XML_PARSE_NONET in its_rule_list_add_from_file()
1480 XML_PARSE_NONET in its_rule_list_add_from_string()
1875 XML_PARSE_NONET in its_rule_list_extract()
1996 XML_PARSE_NONET in its_merge_context_alloc()
/third_party/libxml2/python/tests/
Dinput_callback.py49 opts = libxml2.XML_PARSE_DTDLOAD | libxml2.XML_PARSE_NONET | libxml2.XML_PARSE_COMPACT
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c1209 doc = xmlReadMemory (data, size, "noname.xml", NULL, XML_PARSE_NONET); in gst_mpdparser_get_mpd_root_node()
1241 doc = xmlReadMemory (data, size, "noname.xml", NULL, XML_PARSE_NONET); in gst_mpdparser_get_external_segment_list()
1270 doc = xmlReadMemory (data, size, "noname.xml", NULL, XML_PARSE_NONET); in gst_mpdparser_get_external_periods()
1311 doc = xmlReadMemory (data, size, "noname.xml", NULL, XML_PARSE_NONET); in gst_mpdparser_get_external_adaptation_sets()
/third_party/libxml2/include/libxml/
Dparser.h1103 XML_PARSE_NONET = 1<<11,/* Forbid network access */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h1130 XML_PARSE_NONET = 1<<11,/* Forbid network access */ enumerator
DxmlIO.c3986 if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) { in xmlDefaultExternalEntityLoader()
3989 ctxt->options -= XML_PARSE_NONET; in xmlDefaultExternalEntityLoader()
Dparser.c15142 if (options & XML_PARSE_NONET) { in xmlCtxtUseOptionsInternal()
15143 ctxt->options |= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()
15144 options -= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()
/third_party/libxml2/
DxmlIO.c4007 if ((ctxt != NULL) && (ctxt->options & XML_PARSE_NONET)) { in xmlDefaultExternalEntityLoader()
4010 ctxt->options -= XML_PARSE_NONET; in xmlDefaultExternalEntityLoader()
Dxmllint.c3517 options |= XML_PARSE_NONET; in main()
Dparser.c15096 if (options & XML_PARSE_NONET) { in xmlCtxtUseOptionsInternal()
15097 ctxt->options |= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()
15098 options -= XML_PARSE_NONET; in xmlCtxtUseOptionsInternal()
DNEWS2510 - implemented XML_PARSE_NONET parser option
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1242 d XML_PARSE_NONET... Forbid netwrk access
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1639 XML_PARSE_NONET); in GST_START_TEST()
/third_party/chromium/patch/
D0001-cve.patch83250 - the XML_PARSE_NONET parser option.