Home | History | Annotate | Download | only in libxml2

Lines Matching full:argptr

108 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
881 * @argptr: pointer to the first member of the variable argument list.
889 const char *format, va_list argptr)
900 buf = xmlTextWriterVSprintf(format, argptr);
1309 * @argptr: pointer to the first member of the variable argument list.
1317 va_list argptr)
1325 buf = xmlTextWriterVSprintf(format, argptr);
1438 * @argptr: pointer to the first member of the variable argument list.
1446 const char *format, va_list argptr)
1454 buf = xmlTextWriterVSprintf(format, argptr);
1982 * @argptr: pointer to the first member of the variable argument list.
1991 const char *format, va_list argptr)
1999 buf = xmlTextWriterVSprintf(format, argptr);
2082 * @argptr: pointer to the first member of the variable argument list.
2093 const char *format, va_list argptr)
2101 buf = xmlTextWriterVSprintf(format, argptr);
2185 * @argptr: pointer to the first member of the variable argument list.
2194 va_list argptr)
2202 buf = xmlTextWriterVSprintf(format, argptr);
2285 * @argptr: pointer to the first member of the variable argument list.
2296 const char *format, va_list argptr)
2304 buf = xmlTextWriterVSprintf(format, argptr);
2536 * @argptr: pointer to the first member of the variable argument list.
2545 va_list argptr)
2553 buf = xmlTextWriterVSprintf(format, argptr);
2750 * @argptr: pointer to the first member of the variable argument list.
2758 va_list argptr)
2766 buf = xmlTextWriterVSprintf(format, argptr);
3065 * @argptr: pointer to the first member of the variable argument list.
3076 const char *format, va_list argptr)
3084 buf = xmlTextWriterVSprintf(format, argptr);
3305 * @argptr: pointer to the first member of the variable argument list.
3314 const char *format, va_list argptr)
3322 buf = xmlTextWriterVSprintf(format, argptr);
3542 * @argptr: pointer to the first member of the variable argument list.
3551 const char *format, va_list argptr)
3559 buf = xmlTextWriterVSprintf(format, argptr);
3802 * @argptr: pointer to the first member of the variable argument list.
3813 va_list argptr)
3821 buf = xmlTextWriterVSprintf(format, argptr);
4453 * @argptr: pointer to the first member of the variable argument list.
4460 xmlTextWriterVSprintf(const char *format, va_list argptr)
4475 VA_COPY(locarg, argptr);
4487 VA_COPY(locarg, argptr);