• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxml2-26/libxml2/

Lines Matching refs:argptr

112 static xmlChar *xmlTextWriterVSprintf(const char *format, va_list argptr);
887 * @argptr: pointer to the first member of the variable argument list.
895 const char *format, va_list argptr)
906 buf = xmlTextWriterVSprintf(format, argptr);
1315 * @argptr: pointer to the first member of the variable argument list.
1323 va_list argptr)
1331 buf = xmlTextWriterVSprintf(format, argptr);
1444 * @argptr: pointer to the first member of the variable argument list.
1452 const char *format, va_list argptr)
1460 buf = xmlTextWriterVSprintf(format, argptr);
1989 * @argptr: pointer to the first member of the variable argument list.
1998 const char *format, va_list argptr)
2006 buf = xmlTextWriterVSprintf(format, argptr);
2089 * @argptr: pointer to the first member of the variable argument list.
2100 const char *format, va_list argptr)
2108 buf = xmlTextWriterVSprintf(format, argptr);
2192 * @argptr: pointer to the first member of the variable argument list.
2201 va_list argptr)
2209 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);
3809 * @argptr: pointer to the first member of the variable argument list.
3820 va_list argptr)
3828 buf = xmlTextWriterVSprintf(format, argptr);
4460 * @argptr: pointer to the first member of the variable argument list.
4467 xmlTextWriterVSprintf(const char *format, va_list argptr)
4482 VA_COPY(locarg, argptr);
4494 VA_COPY(locarg, argptr);