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

/external/libxml2/
H A Dparser.c3961 * of xmlParseAttValue() when the attribute parsing requires handling
4198 * xmlParseAttValue:
4232 xmlParseAttValue(xmlParserCtxtPtr ctxt) { function
5723 * handled in xmlParseAttValue()
5753 ret = xmlParseAttValue(ctxt);
8487 val = xmlParseAttValue(ctxt);
H A Delfgcchack.h6921 #undef xmlParseAttValue macro
6922 extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
6924 #ifndef xmlParseAttValue
6925 extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
6926 #define xmlParseAttValue xmlParseAttValue__internal_alias macro

Completed in 68 milliseconds