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

/external/libxml2/
H A Dxmlwriter.c2528 rc = xmlTextWriterWriteVFormatPI(writer, target, format, ap);
2535 * xmlTextWriterWriteVFormatPI:
2546 xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, function
H A Delfgcchack.h12666 #undef xmlTextWriterWriteVFormatPI macro
12667 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
12669 #ifndef xmlTextWriterWriteVFormatPI
12670 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
12671 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias macro

Completed in 71 milliseconds