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); 902 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment() 1327 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw() 1456 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString() 2002 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute() 2104 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS() 2205 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElement() 2307 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElementNS() 2556 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatPI() 2769 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatCDATA() [all …]
|