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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c1395 * xmlTextWriterWriteFormatString:
1405 xmlTextWriterWriteFormatString(xmlTextWriterPtr writer, const char *format, function
H A Delfgcchack.h12382 #undef xmlTextWriterWriteFormatString macro
12383 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
12385 #ifndef xmlTextWriterWriteFormatString
12386 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
12387 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias macro

Completed in 76 milliseconds