Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmprintf.c563 static int dprintf_formatf( in dprintf_formatf() function
1017 retcode = dprintf_formatf(&info, addbyter, format, ap_save); in curl_mvsnprintf()
1065 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save); in Curl_dyn_vprintf()
1082 retcode = dprintf_formatf(&info, alloc_addbyter, format, ap_save); in curl_mvaprintf()
1116 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save); in curl_msprintf()
1128 retcode = dprintf_formatf(stdout, fputc, format, ap_save); in curl_mprintf()
1138 retcode = dprintf_formatf(whereto, fputc, format, ap_save); in curl_mfprintf()
1146 retcode = dprintf_formatf(&buffer, storebuffer, format, ap_save); in curl_mvsprintf()
1153 return dprintf_formatf(stdout, fputc, format, ap_save); in curl_mvprintf()
1158 return dprintf_formatf(whereto, fputc, format, ap_save); in curl_mvfprintf()