Lines Matching refs:argptr
108 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
883 * @argptr: pointer to the first member of the variable argument list.
891 const char *format, va_list argptr)
902 buf = xmlTextWriterVSprintf(format, argptr);
1311 * @argptr: pointer to the first member of the variable argument list.
1319 va_list argptr)
1327 buf = xmlTextWriterVSprintf(format, argptr);
1440 * @argptr: pointer to the first member of the variable argument list.
1448 const char *format, va_list argptr)
1456 buf = xmlTextWriterVSprintf(format, argptr);
1985 * @argptr: pointer to the first member of the variable argument list.
1994 const char *format, va_list argptr)
2002 buf = xmlTextWriterVSprintf(format, argptr);
2085 * @argptr: pointer to the first member of the variable argument list.
2096 const char *format, va_list argptr)
2104 buf = xmlTextWriterVSprintf(format, argptr);
2188 * @argptr: pointer to the first member of the variable argument list.
2197 va_list argptr)
2205 buf = xmlTextWriterVSprintf(format, argptr);
2288 * @argptr: pointer to the first member of the variable argument list.
2299 const char *format, va_list argptr)
2307 buf = xmlTextWriterVSprintf(format, argptr);
2539 * @argptr: pointer to the first member of the variable argument list.
2548 va_list argptr)
2556 buf = xmlTextWriterVSprintf(format, argptr);
2753 * @argptr: pointer to the first member of the variable argument list.
2761 va_list argptr)
2769 buf = xmlTextWriterVSprintf(format, argptr);
3068 * @argptr: pointer to the first member of the variable argument list.
3079 const char *format, va_list argptr)
3087 buf = xmlTextWriterVSprintf(format, argptr);
3308 * @argptr: pointer to the first member of the variable argument list.
3317 const char *format, va_list argptr)
3325 buf = xmlTextWriterVSprintf(format, argptr);
3545 * @argptr: pointer to the first member of the variable argument list.
3554 const char *format, va_list argptr)
3562 buf = xmlTextWriterVSprintf(format, argptr);
3805 * @argptr: pointer to the first member of the variable argument list.
3816 va_list argptr)
3824 buf = xmlTextWriterVSprintf(format, argptr);
4456 * @argptr: pointer to the first member of the variable argument list.
4463 xmlTextWriterVSprintf(const char *format, va_list argptr)
4478 VA_COPY(locarg, argptr);
4490 VA_COPY(locarg, argptr);