Searched refs:xmlTextWriterWriteVFormatAttribute (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlwriter.h198 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer,
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c1959 rc = xmlTextWriterWriteVFormatAttribute(writer, name, format, ap);
1966 * xmlTextWriterWriteVFormatAttribute:
1977 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, function
H A Delfgcchack.h12442 #undef xmlTextWriterWriteVFormatAttribute macro
12443 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12445 #ifndef xmlTextWriterWriteVFormatAttribute
12446 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
12447 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias macro

Completed in 75 milliseconds