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

/external/libxml2/
H A Dparser.c7079 version = xmlParseVersionInfo(ctxt);
10360 * xmlParseVersionInfo:
10373 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { function
10700 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 120 milliseconds