Home
last modified time | relevance | path

Searched refs:xmlTextWriterVSprintf (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlwriter.c116 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0);
904 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment()
1329 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw()
1458 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString()
2004 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute()
2106 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS()
2207 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElement()
2311 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElementNS()
2560 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatPI()
2773 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatCDATA()
[all …]
DNEWS1716 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
2014 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of