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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c3203 * of xmlParseAttValue() when the attribute parsing requires handling
3409 * xmlParseAttValue:
3443 xmlParseAttValue(xmlParserCtxtPtr ctxt) { function
4827 * handled in xmlParseAttValue()
4857 ret = xmlParseAttValue(ctxt);
7343 val = xmlParseAttValue(ctxt);
H A Delfgcchack.h6727 #undef xmlParseAttValue macro
6728 extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
6730 #ifndef xmlParseAttValue
6731 extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
6732 #define xmlParseAttValue xmlParseAttValue__internal_alias macro

Completed in 102 milliseconds