Lines Matching refs:argptr

116 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0);
885 * @argptr: pointer to the first member of the variable argument list.
893 const char *format, va_list argptr)
904 buf = xmlTextWriterVSprintf(format, argptr);
1313 * @argptr: pointer to the first member of the variable argument list.
1321 va_list argptr)
1329 buf = xmlTextWriterVSprintf(format, argptr);
1442 * @argptr: pointer to the first member of the variable argument list.
1450 const char *format, va_list argptr)
1458 buf = xmlTextWriterVSprintf(format, argptr);
1987 * @argptr: pointer to the first member of the variable argument list.
1996 const char *format, va_list argptr)
2004 buf = xmlTextWriterVSprintf(format, argptr);
2087 * @argptr: pointer to the first member of the variable argument list.
2098 const char *format, va_list argptr)
2106 buf = xmlTextWriterVSprintf(format, argptr);
2190 * @argptr: pointer to the first member of the variable argument list.
2199 va_list argptr)
2207 buf = xmlTextWriterVSprintf(format, argptr);
2292 * @argptr: pointer to the first member of the variable argument list.
2303 const char *format, va_list argptr)
2311 buf = xmlTextWriterVSprintf(format, argptr);
2543 * @argptr: pointer to the first member of the variable argument list.
2552 va_list argptr)
2560 buf = xmlTextWriterVSprintf(format, argptr);
2757 * @argptr: pointer to the first member of the variable argument list.
2765 va_list argptr)
2773 buf = xmlTextWriterVSprintf(format, argptr);
3072 * @argptr: pointer to the first member of the variable argument list.
3083 const char *format, va_list argptr)
3091 buf = xmlTextWriterVSprintf(format, argptr);
3312 * @argptr: pointer to the first member of the variable argument list.
3321 const char *format, va_list argptr)
3329 buf = xmlTextWriterVSprintf(format, argptr);
3549 * @argptr: pointer to the first member of the variable argument list.
3558 const char *format, va_list argptr)
3566 buf = xmlTextWriterVSprintf(format, argptr);
3810 * @argptr: pointer to the first member of the variable argument list.
3821 va_list argptr)
3829 buf = xmlTextWriterVSprintf(format, argptr);
4461 * @argptr: pointer to the first member of the variable argument list.
4468 xmlTextWriterVSprintf(const char *format, va_list argptr)
4483 VA_COPY(locarg, argptr);
4495 VA_COPY(locarg, argptr);