Searched refs:xmlTextWriterVSprintf (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlwriter.c | 108 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr); 900 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment() 1325 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw() 1454 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString() 1999 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute() 2101 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS() 2202 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElement() 2304 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElementNS() 2553 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatPI() 2766 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatCDATA() [all …]
|