Searched refs:xmlKeepBlanksDefaultValue (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dglobals.in.h58 #undef xmlKeepBlanksDefaultValue macro
107 int xmlKeepBlanksDefaultValue; member in struct:_xmlGlobalState
350 #define xmlKeepBlanksDefaultValue \ macro
353 XMLPUBVAR int xmlKeepBlanksDefaultValue; variable
H A Dglobals.c153 #undef xmlKeepBlanksDefaultValue macro
253 * xmlKeepBlanksDefaultValue:
261 int xmlKeepBlanksDefaultValue = 1; variable
534 gs->xmlKeepBlanksDefaultValue = xmlKeepBlanksDefaultValueThrDef;
929 #undef xmlKeepBlanksDefaultValue macro
933 return (&xmlKeepBlanksDefaultValue);
935 return (&xmlGetGlobalState()->xmlKeepBlanksDefaultValue);
H A DparserInternals.c1636 ctxt->keepBlanks = xmlKeepBlanksDefaultValue;
2053 int old = xmlKeepBlanksDefaultValue;
2055 xmlKeepBlanksDefaultValue = val;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dglobals.h82 #undef xmlKeepBlanksDefaultValue macro
143 int xmlKeepBlanksDefaultValue; member in struct:_xmlGlobalState
386 #define xmlKeepBlanksDefaultValue \ macro
389 XMLPUBVAR int xmlKeepBlanksDefaultValue; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dglobals.in.h58 #undef xmlKeepBlanksDefaultValue macro
107 int xmlKeepBlanksDefaultValue; member in struct:_xmlGlobalState
350 #define xmlKeepBlanksDefaultValue \ macro
353 XMLPUBVAR int xmlKeepBlanksDefaultValue; variable
H A Dglobals.c153 #undef xmlKeepBlanksDefaultValue macro
253 * xmlKeepBlanksDefaultValue:
261 int xmlKeepBlanksDefaultValue = 1; variable
534 gs->xmlKeepBlanksDefaultValue = xmlKeepBlanksDefaultValueThrDef;
929 #undef xmlKeepBlanksDefaultValue macro
933 return (&xmlKeepBlanksDefaultValue);
935 return (&xmlGetGlobalState()->xmlKeepBlanksDefaultValue);
H A DparserInternals.c1636 ctxt->keepBlanks = xmlKeepBlanksDefaultValue;
2053 int old = xmlKeepBlanksDefaultValue;
2055 xmlKeepBlanksDefaultValue = val;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dglobals.c154 #undef xmlKeepBlanksDefaultValue macro
254 * xmlKeepBlanksDefaultValue:
262 int xmlKeepBlanksDefaultValue = 1; variable
535 gs->xmlKeepBlanksDefaultValue = xmlKeepBlanksDefaultValueThrDef;
930 #undef xmlKeepBlanksDefaultValue macro
934 return (&xmlKeepBlanksDefaultValue);
936 return (&xmlGetGlobalState()->xmlKeepBlanksDefaultValue);
H A DparserInternals.c1649 ctxt->keepBlanks = xmlKeepBlanksDefaultValue;
2067 int old = xmlKeepBlanksDefaultValue;
2069 xmlKeepBlanksDefaultValue = val;

Completed in 71 milliseconds