Searched defs:argptr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DErrorUtils.cpp148 static void VLogF(const char *methodName, const char *fmt, va_list argptr) argument
152 RTStrPrintfV(buff, sizeof(buff), fmt, argptr);
155 PR_vsnprintf(buff, sizeof(buff), fmt, argptr);
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp274 static void VLogF(const char *prefix, const char *fmt, va_list argptr) argument
278 vsprintf(buff, fmt, argptr);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c108 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
877 * @argptr: pointer to the first member of the variable argument list.
885 const char *format, va_list argptr)
896 buf = xmlTextWriterVSprintf(format, argptr);
1297 * @argptr: pointer to the first member of the variable argument list.
1305 va_list argptr)
1313 buf = xmlTextWriterVSprintf(format, argptr);
1426 * @argptr: pointer to the first member of the variable argument list.
1434 const char *format, va_list argptr)
1442 buf = xmlTextWriterVSprintf(format, argptr);
884 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
1304 xmlTextWriterWriteVFormatRaw(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
1433 xmlTextWriterWriteVFormatString(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
1977 xmlTextWriterWriteVFormatAttribute(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
2077 xmlTextWriterWriteVFormatAttributeNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2180 xmlTextWriterWriteVFormatElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
2280 xmlTextWriterWriteVFormatElementNS(xmlTextWriterPtr writer, const xmlChar * prefix, const xmlChar * name, const xmlChar * namespaceURI, const char *format, va_list argptr) argument
2531 xmlTextWriterWriteVFormatPI(xmlTextWriterPtr writer, const xmlChar * target, const char *format, va_list argptr) argument
2744 xmlTextWriterWriteVFormatCDATA(xmlTextWriterPtr writer, const char *format, va_list argptr) argument
3059 xmlTextWriterWriteVFormatDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const char *format, va_list argptr) argument
3299 xmlTextWriterWriteVFormatDTDElement(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
3536 xmlTextWriterWriteVFormatDTDAttlist(xmlTextWriterPtr writer, const xmlChar * name, const char *format, va_list argptr) argument
3796 xmlTextWriterWriteVFormatDTDInternalEntity(xmlTextWriterPtr writer, int pe, const xmlChar * name, const char *format, va_list argptr) argument
4447 xmlTextWriterVSprintf(const char *format, va_list argptr) argument
[all...]

Completed in 54 milliseconds