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

/external/libxml2/
H A Dxmlwriter.c1409 * xmlTextWriterWriteFormatString:
1419 xmlTextWriterWriteFormatString(xmlTextWriterPtr writer, const char *format, function
H A Delfgcchack.h12486 #undef xmlTextWriterWriteFormatString macro
12487 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
12489 #ifndef xmlTextWriterWriteFormatString
12490 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
12491 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias macro

Completed in 66 milliseconds