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

/external/libxml2/
H A Dxmlwriter.c873 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
880 * xmlTextWriterWriteVFormatComment:
890 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, function
898 "xmlTextWriterWriteVFormatComment : invalid writer!\n");
H A Delfgcchack.h12582 #undef xmlTextWriterWriteVFormatComment macro
12583 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
12585 #ifndef xmlTextWriterWriteVFormatComment
12586 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
12587 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias macro

Completed in 64 milliseconds