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

/external/libxml2/
H A Dxmlwriter.c1430 rc = xmlTextWriterWriteVFormatString(writer, format, ap);
1437 * xmlTextWriterWriteVFormatString:
1447 xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, function
H A Delfgcchack.h12690 #undef xmlTextWriterWriteVFormatString macro
12691 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12693 #ifndef xmlTextWriterWriteVFormatString
12694 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
12695 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias macro

Completed in 45 milliseconds