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

/external/libxml2/
H A Dlegacy.c521 * xmlParseQuotedString:
531 xmlParseQuotedString(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED) function
537 "xmlParseQuotedString() deprecated function reached\n");
H A Delfgcchack.h7342 #undef xmlParseQuotedString macro
7343 extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
7345 #ifndef xmlParseQuotedString
7346 extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
7347 #define xmlParseQuotedString xmlParseQuotedString__internal_alias macro

Completed in 222 milliseconds