HomeSort by relevance Sort by last modified time
    Searched full:oldxmlwdcompatibility (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
globals.h 69 #undef oldXMLWDcompatibility
135 int oldXMLWDcompatibility;
284 #define oldXMLWDcompatibility \
287 XMLPUBVAR int oldXMLWDcompatibility;
  /external/libxml2/
globals.c 142 #undef oldXMLWDcompatibility
196 * oldXMLWDcompatibility:
200 int oldXMLWDcompatibility = 0; /* DEPRECATED */
507 gs->oldXMLWDcompatibility = 0;
772 #undef oldXMLWDcompatibility
776 return (&oldXMLWDcompatibility);
778 return (&xmlGetGlobalState()->oldXMLWDcompatibility);

Completed in 414 milliseconds