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

/external/libxml2/include/libxml/
H A DparserInternals.h479 xmlParseVersionInfo (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms214 xmlParseVersionInfo;
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
H A Dparser.c7086 version = xmlParseVersionInfo(ctxt);
10375 * xmlParseVersionInfo:
10388 xmlParseVersionInfo(xmlParserCtxtPtr ctxt) { function
10715 version = xmlParseVersionInfo(ctxt);

Completed in 140 milliseconds