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

/external/libxml2/include/libxml/
H A DparserInternals.h477 xmlParseVersionNum (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms215 xmlParseVersionNum;
H A Delfgcchack.h7571 #undef xmlParseVersionNum macro
7572 extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
7574 #ifndef xmlParseVersionNum
7575 extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
7576 #define xmlParseVersionNum xmlParseVersionNum__internal_alias macro
H A Dparser.c10200 * xmlParseVersionNum:
10212 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { function
10287 version = xmlParseVersionNum(ctxt);
10294 version = xmlParseVersionNum(ctxt);

Completed in 64 milliseconds