HomeSort by relevance Sort by last modified time
    Searched refs:xmlParserVersion (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 90 #undef xmlParserVersion
120 const char *xmlParserVersion;
433 #define xmlParserVersion \
436 XMLPUBVAR const char * xmlParserVersion;
  /external/libxml2/include/libxml/
globals.h 90 #undef xmlParserVersion
120 const char *xmlParserVersion;
433 #define xmlParserVersion \
436 XMLPUBVAR const char * xmlParserVersion;
  /external/chromium_org/third_party/libxml/src/
globals.c 179 #undef xmlParserVersion
190 * xmlParserVersion:
194 const char *xmlParserVersion = LIBXML_VERSION_STRING LIBXML_VERSION_EXTRA;
567 gs->xmlParserVersion = LIBXML_VERSION_STRING;
1036 #undef xmlParserVersion
1040 return (&xmlParserVersion);
1042 return (&xmlGetGlobalState()->xmlParserVersion);
xmllint.c     [all...]
  /external/libxml2/
globals.c 160 #undef xmlParserVersion
171 * xmlParserVersion:
175 const char *xmlParserVersion = LIBXML_VERSION_STRING LIBXML_VERSION_EXTRA;
548 gs->xmlParserVersion = LIBXML_VERSION_STRING;
1017 #undef xmlParserVersion
1021 return (&xmlParserVersion);
1023 return (&xmlGetGlobalState()->xmlParserVersion);
xmllint.c     [all...]

Completed in 300 milliseconds