Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlwriter.c105 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0);
893 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment()
1318 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw()
1447 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString()
1992 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute()
2094 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS()
2195 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElement()
2299 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatElementNS()
2548 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatPI()
2761 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatCDATA()
[all …]
H A DNEWS3017 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
3315 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlwriter.c105 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0);
897 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatComment()
1322 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatRaw()
1451 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatString()
1997 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttribute()
2099 buf = xmlTextWriterVSprintf(format, argptr); in xmlTextWriterWriteVFormatAttributeNS()
2200 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 …]
H A DNEWS2670 cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya)
2968 xmlSchemaCheckCSelectorXPath(), xmlTextWriterVSprintf() misuse of