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

/external/libxml2/include/libxml/
H A DparserInternals.h475 xmlParseElement (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms182 xmlParseElement;
H A Delfgcchack.h7135 #undef xmlParseElement macro
7136 extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias")));
7138 #ifndef xmlParseElement
7139 extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden")));
7140 #define xmlParseElement xmlParseElement__internal_alias macro
H A Dparser.c9983 xmlParseElement(ctxt);
10020 * xmlParseElement:
10034 xmlParseElement(xmlParserCtxtPtr ctxt) { function
10842 xmlParseElement(ctxt);

Completed in 150 milliseconds