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

/external/libxml2/
H A Dxmlwriter.c875 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
882 * xmlTextWriterWriteVFormatComment:
892 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, function
900 "xmlTextWriterWriteVFormatComment : invalid writer!\n");
H A Delfgcchack.h12756 #undef xmlTextWriterWriteVFormatComment macro
12757 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
12759 #ifndef xmlTextWriterWriteVFormatComment
12760 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
12761 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias macro

Completed in 93 milliseconds