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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c1416 rc = xmlTextWriterWriteVFormatString(writer, format, ap);
1423 * xmlTextWriterWriteVFormatString:
1433 xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, function
H A Delfgcchack.h12586 #undef xmlTextWriterWriteVFormatString macro
12587 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12589 #ifndef xmlTextWriterWriteVFormatString
12590 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
12591 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias macro

Completed in 76 milliseconds