Searched refs:xmlTextWriterVSprintf (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | xmlwriter.c | 116 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0); 910 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment() 1335 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw() 1464 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString() 2010 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute() 2112 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS() 2213 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElement() 2317 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElementNS() 2566 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatPI() 2779 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatCDATA() [all …]
|
D | NEWS | 790 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya) 1088 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of
|
D | ChangeLog | 125 * xmlwriter.c: cleanups and error reports when xmlTextWriterVSprintf 2877 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
|