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

/external/libxml2/
H A Dxmlwriter.c2538 rc = xmlTextWriterWriteVFormatPI(writer, target, format, ap);
2545 * xmlTextWriterWriteVFormatPI:
2556 xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, function
H A Delfgcchack.h12840 #undef xmlTextWriterWriteVFormatPI macro
12841 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
12843 #ifndef xmlTextWriterWriteVFormatPI
12844 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
12845 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias macro

Completed in 82 milliseconds