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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h1089 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ enumerator in enum:__anon2465
H A Dparser.c1079 if (ctxt->options & XML_PARSE_NSCLEAN) {
13200 if (options & XML_PARSE_NSCLEAN) {
13201 ctxt->options |= XML_PARSE_NSCLEAN;
13202 options -= XML_PARSE_NSCLEAN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h1091 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ enumerator in enum:__anon2675
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h1089 XML_PARSE_NSCLEAN = 1<<13,/* remove redundant namespaces declarations */ enumerator in enum:__anon2239
H A Dparser.c1079 if (ctxt->options & XML_PARSE_NSCLEAN) {
13200 if (options & XML_PARSE_NSCLEAN) {
13201 ctxt->options |= XML_PARSE_NSCLEAN;
13202 options -= XML_PARSE_NSCLEAN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c2985 options |= XML_PARSE_NSCLEAN;
H A Dparser.c1363 if (ctxt->options & XML_PARSE_NSCLEAN) {
14184 if (options & XML_PARSE_NSCLEAN) {
14185 ctxt->options |= XML_PARSE_NSCLEAN;
14186 options -= XML_PARSE_NSCLEAN;
H A Dtestapi.c266 if (no == 2) return(XML_PARSE_XINCLUDE | XML_PARSE_NOXINCNODE | XML_PARSE_NSCLEAN);
[all...]

Completed in 422 milliseconds