Home
last modified time | relevance | path

Searched refs:xmlParseAttValue (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h365 xmlParseAttValue (xmlParserCtxtPtr ctxt);
/external/libxml2/
Delfgcchack.h6795 #undef xmlParseAttValue
6796 extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_…
6798 #ifndef xmlParseAttValue
6799 extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden…
6800 #define xmlParseAttValue xmlParseAttValue__internal_alias macro
Dparser.c3996 xmlParseAttValue(xmlParserCtxtPtr ctxt) { in xmlParseAttValue() function
5441 ret = xmlParseAttValue(ctxt); in xmlParseDefaultDecl()
8115 val = xmlParseAttValue(ctxt); in xmlParseAttribute()