Searched refs:whereto (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | mprintf.c | 1193 int curl_mfprintf(FILE *whereto, const char *format, ...) in curl_mfprintf() argument 1198 retcode = formatf(whereto, fputc_wrapper, format, ap_save); in curl_mfprintf() 1215 int curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) in curl_mvfprintf() argument 1217 return formatf(whereto, fputc_wrapper, format, ap_save); in curl_mvfprintf()
|
Completed in 7 milliseconds