Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmprintf.c569 static int dprintf_formatf( in dprintf_formatf() function
1036 retcode = dprintf_formatf(&info, addbyter, format, ap_save); in curl_mvsnprintf()
1084 (void)dprintf_formatf(&info, alloc_addbyter, format, ap_save); in Curl_dyn_vprintf()
1100 (void)dprintf_formatf(&info, alloc_addbyter, format, ap_save); in curl_mvaprintf()
1134 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save); in curl_msprintf()
1146 retcode = dprintf_formatf(stdout, fputc, format, ap_save); in curl_mprintf()
1156 retcode = dprintf_formatf(whereto, fputc, format, ap_save); in curl_mfprintf()
1164 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save); in curl_mvsprintf()
1171 return dprintf_formatf(stdout, fputc, format, ap_save); in curl_mvprintf()
1176 return dprintf_formatf(whereto, fputc, format, ap_save); in curl_mvfprintf()