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

/external/libxml2/
H A Dxmlwriter.c1438 rc = xmlTextWriterWriteVFormatString(writer, format, ap);
1445 * xmlTextWriterWriteVFormatString:
1455 xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, function
H A Delfgcchack.h12864 #undef xmlTextWriterWriteVFormatString macro
12865 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12867 #ifndef xmlTextWriterWriteVFormatString
12868 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
12869 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias macro

Completed in 229 milliseconds