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.c143 #undef oldXMLWDcompatibility macro
198 * oldXMLWDcompatibility:
202 int oldXMLWDcompatibility = 0; /* DEPRECATED */ variable
516 gs->oldXMLWDcompatibility = 0;
782 #undef oldXMLWDcompatibility macro
786 return (&oldXMLWDcompatibility);
788 return (&xmlGetGlobalState()->oldXMLWDcompatibility);

Completed in 99 milliseconds