Searched defs:xmlParseVersionInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dparser.c6631 version = xmlParseVersionInfo(ctxt);
9759 * xmlParseVersionInfo:
9772 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { function
10082 version = xmlParseVersionInfo(ctxt);
H A Delfgcchack.h7435 #undef xmlParseVersionInfo macro
7436 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
7438 #ifndef xmlParseVersionInfo
7439 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
7440 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias macro
/external/libxml2/
H A Dparser.c6953 version = xmlParseVersionInfo(ctxt);
10158 * xmlParseVersionInfo:
10171 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { function
10488 version = xmlParseVersionInfo(ctxt);
H A Delfgcchack.h7561 #undef xmlParseVersionInfo macro
7562 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
7564 #ifndef xmlParseVersionInfo
7565 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
7566 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias macro

Completed in 168 milliseconds