Searched refs:XML_PARSE_NODICT (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h1088 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon2491
H A Dparser.c11789 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
11798 options |= XML_PARSE_NODICT;
11978 xmlCtxtUseOptions(ctxt, XML_PARSE_NODICT);
13190 if (options & XML_PARSE_NODICT) {
13192 options -= XML_PARSE_NODICT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h1090 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon2701
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h1088 XML_PARSE_NODICT = 1<<12,/* Do not reuse the context dictionnary */ enumerator in enum:__anon2265
H A Dparser.c11789 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
11798 options |= XML_PARSE_NODICT;
11978 xmlCtxtUseOptions(ctxt, XML_PARSE_NODICT);
13190 if (options & XML_PARSE_NODICT) {
13192 options -= XML_PARSE_NODICT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c12734 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
12743 options |= XML_PARSE_NODICT;
12925 xmlCtxtUseOptionsInternal(ctxt, XML_PARSE_NODICT, NULL);
14172 if (options & XML_PARSE_NODICT) {
14174 options -= XML_PARSE_NODICT;
14175 ctxt->options |= XML_PARSE_NODICT;
H A Dxmllint.c2991 options |= XML_PARSE_NODICT;
H A Dtestapi.c267 if (no == 3) return(XML_PARSE_XINCLUDE | XML_PARSE_NODICT);
[all...]

Completed in 399 milliseconds