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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h444 xmlParseVersionNum (xmlParserCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A DparserInternals.h444 xmlParseVersionNum (xmlParserCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h7445 #undef xmlParseVersionNum macro
7446 extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
7448 #ifndef xmlParseVersionNum
7449 extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
7450 #define xmlParseVersionNum xmlParseVersionNum__internal_alias macro
H A Dparser.c9699 * xmlParseVersionNum:
9711 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { function
9786 version = xmlParseVersionNum(ctxt);
9793 version = xmlParseVersionNum(ctxt);
/external/libxml2/
H A Delfgcchack.h7445 #undef xmlParseVersionNum macro
7446 extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
7448 #ifndef xmlParseVersionNum
7449 extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
7450 #define xmlParseVersionNum xmlParseVersionNum__internal_alias macro
H A Dparser.c9726 * xmlParseVersionNum:
9738 xmlParseVersionNum(xmlParserCtxtPtr ctxt) { function
9813 version = xmlParseVersionNum(ctxt);
9820 version = xmlParseVersionNum(ctxt);

Completed in 595 milliseconds