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

/external/libxml2/
H A Dparser.c8434 * xmlParseAttribute:
8467 xmlParseAttribute(xmlParserCtxtPtr ctxt, xmlChar **value) { function
8589 attname = xmlParseAttribute(ctxt, &attvalue);
H A Delfgcchack.h6932 #undef xmlParseAttribute macro
6933 extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
6935 #ifndef xmlParseAttribute
6936 extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
6937 #define xmlParseAttribute xmlParseAttribute__internal_alias macro

Completed in 77 milliseconds