Home
last modified time | relevance | path

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

/curl/lib/
H A Dmprintf.c1160 static int fputc_wrapper(unsigned char outc, void *f) in fputc_wrapper() function
1174 retcode = formatf(stdout, fputc_wrapper, format, ap_save); in curl_mprintf()
1184 retcode = formatf(whereto, fputc_wrapper, format, ap_save); in curl_mfprintf()
1198 return formatf(stdout, fputc_wrapper, format, ap_save); in curl_mvprintf()
1203 return formatf(whereto, fputc_wrapper, format, ap_save); in curl_mvfprintf()

Completed in 8 milliseconds