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

/external/libxml2/
H A Dxmlwriter.c1974 rc = xmlTextWriterWriteVFormatAttribute(writer, name, format, ap);
1981 * xmlTextWriterWriteVFormatAttribute:
1992 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, function
H A Delfgcchack.h12546 #undef xmlTextWriterWriteVFormatAttribute macro
12547 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12549 #ifndef xmlTextWriterWriteVFormatAttribute
12550 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
12551 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias macro

Completed in 49 milliseconds