Home
last modified time | relevance | path

Searched refs:whereto (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dmprintf.c1178 int curl_mfprintf(FILE *whereto, const char *format, ...) in curl_mfprintf() argument
1183 retcode = formatf(whereto, fputc_wrapper, format, ap_save); in curl_mfprintf()
1200 int curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) in curl_mvfprintf() argument
1202 return formatf(whereto, fputc_wrapper, format, ap_save); in curl_mvfprintf()

Completed in 7 milliseconds