Home | History | Annotate | Download | only in libxml2

Lines Matching refs:argptr

116 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr) LIBXML_ATTR_FORMAT(1,0);
891 * @argptr: pointer to the first member of the variable argument list.
899 const char *format, va_list argptr)
910 buf = xmlTextWriterVSprintf(format, argptr);
1319 * @argptr: pointer to the first member of the variable argument list.
1327 va_list argptr)
1335 buf = xmlTextWriterVSprintf(format, argptr);
1448 * @argptr: pointer to the first member of the variable argument list.
1456 const char *format, va_list argptr)
1464 buf = xmlTextWriterVSprintf(format, argptr);
1993 * @argptr: pointer to the first member of the variable argument list.
2002 const char *format, va_list argptr)
2010 buf = xmlTextWriterVSprintf(format, argptr);
2093 * @argptr: pointer to the first member of the variable argument list.
2104 const char *format, va_list argptr)
2112 buf = xmlTextWriterVSprintf(format, argptr);
2196 * @argptr: pointer to the first member of the variable argument list.
2205 va_list argptr)
2213 buf = xmlTextWriterVSprintf(format, argptr);
2298 * @argptr: pointer to the first member of the variable argument list.
2309 const char *format, va_list argptr)
2317 buf = xmlTextWriterVSprintf(format, argptr);
2549 * @argptr: pointer to the first member of the variable argument list.
2558 va_list argptr)
2566 buf = xmlTextWriterVSprintf(format, argptr);
2763 * @argptr: pointer to the first member of the variable argument list.
2771 va_list argptr)
2779 buf = xmlTextWriterVSprintf(format, argptr);
3078 * @argptr: pointer to the first member of the variable argument list.
3089 const char *format, va_list argptr)
3097 buf = xmlTextWriterVSprintf(format, argptr);
3318 * @argptr: pointer to the first member of the variable argument list.
3327 const char *format, va_list argptr)
3335 buf = xmlTextWriterVSprintf(format, argptr);
3555 * @argptr: pointer to the first member of the variable argument list.
3564 const char *format, va_list argptr)
3572 buf = xmlTextWriterVSprintf(format, argptr);
3815 * @argptr: pointer to the first member of the variable argument list.
3826 va_list argptr)
3834 buf = xmlTextWriterVSprintf(format, argptr);
4466 * @argptr: pointer to the first member of the variable argument list.
4473 xmlTextWriterVSprintf(const char *format, va_list argptr)
4488 VA_COPY(locarg, argptr);
4500 VA_COPY(locarg, argptr);