• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs: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);
1301 * @argptr: pointer to the first member of the variable argument list.
1309 va_list argptr)
1317 buf = xmlTextWriterVSprintf(format, argptr);
1430 * @argptr: pointer to the first member of the variable argument list.
1438 const char *format, va_list argptr)
1446 buf = xmlTextWriterVSprintf(format, argptr);
1974 * @argptr: pointer to the first member of the variable argument list.
1983 const char *format, va_list argptr)
1991 buf = xmlTextWriterVSprintf(format, argptr);
2074 * @argptr: pointer to the first member of the variable argument list.
2085 const char *format, va_list argptr)
2093 buf = xmlTextWriterVSprintf(format, argptr);
2177 * @argptr: pointer to the first member of the variable argument list.
2186 va_list argptr)
2194 buf = xmlTextWriterVSprintf(format, argptr);
2277 * @argptr: pointer to the first member of the variable argument list.
2288 const char *format, va_list argptr)
2296 buf = xmlTextWriterVSprintf(format, argptr);
2528 * @argptr: pointer to the first member of the variable argument list.
2537 va_list argptr)
2545 buf = xmlTextWriterVSprintf(format, argptr);
2742 * @argptr: pointer to the first member of the variable argument list.
2750 va_list argptr)
2758 buf = xmlTextWriterVSprintf(format, argptr);
3057 * @argptr: pointer to the first member of the variable argument list.
3068 const char *format, va_list argptr)
3076 buf = xmlTextWriterVSprintf(format, argptr);
3297 * @argptr: pointer to the first member of the variable argument list.
3306 const char *format, va_list argptr)
3314 buf = xmlTextWriterVSprintf(format, argptr);
3534 * @argptr: pointer to the first member of the variable argument list.
3543 const char *format, va_list argptr)
3551 buf = xmlTextWriterVSprintf(format, argptr);
3794 * @argptr: pointer to the first member of the variable argument list.
3805 va_list argptr)
3813 buf = xmlTextWriterVSprintf(format, argptr);
4445 * @argptr: pointer to the first member of the variable argument list.
4452 xmlTextWriterVSprintf(const char *format, va_list argptr)
4467 VA_COPY(locarg, argptr);
4479 VA_COPY(locarg, argptr);