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

/external/libxml2/
H A Dxmlwriter.c1982 rc = xmlTextWriterWriteVFormatAttribute(writer, name, format, ap);
1989 * xmlTextWriterWriteVFormatAttribute:
2000 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, function
H A Delfgcchack.h12720 #undef xmlTextWriterWriteVFormatAttribute macro
12721 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12723 #ifndef xmlTextWriterWriteVFormatAttribute
12724 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
12725 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias macro

Completed in 388 milliseconds