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

/external/libxml2/
H A Dxmlwriter.c1309 rc = xmlTextWriterWriteVFormatRaw(writer, format, ap);
1316 * xmlTextWriterWriteVFormatRaw:
1326 xmlTextWriterWriteVFormatRaw(xmlTextWriterPtr writer, const char *format, function
H A Delfgcchack.h12852 #undef xmlTextWriterWriteVFormatRaw macro
12853 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
12855 #ifndef xmlTextWriterWriteVFormatRaw
12856 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
12857 #define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias macro

Completed in 2655 milliseconds