Searched defs:oldXMLWDcompatibility (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dglobals.h73 #undef oldXMLWDcompatibility macro
140 int oldXMLWDcompatibility; member in struct:_xmlGlobalState
292 #define oldXMLWDcompatibility \ macro
295 XMLPUBVAR int oldXMLWDcompatibility; variable
/external/libxml2/
H A Dglobals.c155 #undef oldXMLWDcompatibility macro
210 * oldXMLWDcompatibility:
214 int oldXMLWDcompatibility = 0; /* DEPRECATED */ variable
528 gs->oldXMLWDcompatibility = 0;
794 #undef oldXMLWDcompatibility macro
798 return (&oldXMLWDcompatibility);
800 return (&xmlGetGlobalState()->oldXMLWDcompatibility);

Completed in 104 milliseconds