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); 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 …]
|
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
|