HomeSort by relevance Sort by last modified time
    Searched full:ap_save (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
mprintf.c 561 va_list ap_save) /* list of parameters */
584 dprintf_Pass1(format, vto, endpos, ap_save);
967 va_list ap_save)
976 retcode = dprintf_formatf(&info, addbyter, format, ap_save);
991 va_list ap_save; /* argument pointer */ local
992 va_start(ap_save, format);
993 retcode = curl_mvsnprintf(buffer, maxlength, format, ap_save);
994 va_end(ap_save);
1035 va_list ap_save; /* argument pointer */ local
1044 va_start(ap_save, format)
1096 va_list ap_save; \/* argument pointer *\/ local
1108 va_list ap_save; \/* argument pointer *\/ local
1119 va_list ap_save; \/* argument pointer *\/ local
    [all...]

Completed in 796 milliseconds