/curl/src/ |
H A D | tool_msgs.c | 46 const char *fmt, in voutf() 95 void notef(struct GlobalConfig *config, const char *fmt, ...) in notef() 108 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf() 120 void helpf(FILE *errors, const char *fmt, ...) in helpf() 142 void errorf(struct GlobalConfig *config, const char *fmt, ...) in errorf()
|
H A D | tool_easysrc.c | 108 CURLcode easysrc_addf(struct slist_wc **plist, const char *fmt, ...) in easysrc_addf()
|
/curl/lib/ |
H A D | curl_trc.c | 91 void Curl_failf(struct Curl_easy *data, const char *fmt, ...) in Curl_failf() 121 const char * const fmt, va_list ap) in trc_infof() 139 void Curl_infof(struct Curl_easy *data, const char *fmt, ...) in Curl_infof() 151 const char *fmt, ...) in Curl_trc_cf_infof() 184 void Curl_trc_read(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_read() 195 void Curl_trc_write(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_write() 212 void Curl_trc_ftp(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_ftp() 230 void Curl_trc_smtp(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_smtp() 248 void Curl_trc_ws(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_ws()
|
H A D | curl_trc.h | 184 static void Curl_infof(struct Curl_easy *data, const char *fmt, ...) in Curl_infof() 191 const char *fmt, ...) in Curl_trc_cf_infof() 198 static void Curl_trc_write(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_write() 203 static void Curl_trc_read(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_read() 209 static void Curl_trc_ftp(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_ftp() 215 static void Curl_trc_smtp(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_smtp() 221 static void Curl_trc_ws(struct Curl_easy *data, const char *fmt, ...) in Curl_trc_ws()
|
H A D | dynbuf.c | 190 CURLcode Curl_dyn_vaddf(struct dynbuf *s, const char *fmt, va_list ap) in Curl_dyn_vaddf() 223 CURLcode Curl_dyn_addf(struct dynbuf *s, const char *fmt, ...) in Curl_dyn_addf()
|
H A D | dict.c | 129 static CURLcode sendf(struct Curl_easy *data, const char *fmt, ...) in sendf()
|
H A D | pingpong.c | 164 const char *fmt, in Curl_pp_vsendf() 244 const char *fmt, ...) in Curl_pp_sendf()
|
H A D | curl_setup.h | 349 #define CURL_PRINTF(fmt, arg) \ argument 352 #define CURL_PRINTF(fmt, arg) \ argument 356 #define CURL_PRINTF(fmt, arg) argument
|
H A D | ldap.c | 768 static void _ldap_trace(const char *fmt, ...) in _ldap_trace()
|
H A D | mime.c | 1679 CURLcode Curl_mime_add_header(struct curl_slist **slp, const char *fmt, ...) in Curl_mime_add_header() 2273 CURLcode Curl_mime_add_header(struct curl_slist **slp, const char *fmt, ...) in Curl_mime_add_header()
|
H A D | telnet.c | 281 const char *fmt = (cmd == CURL_WILL) ? "WILL" : in printoption() local
|
H A D | mprintf.c | 221 char *fmt = (char *)format; in parsefmt() local
|
H A D | imap.c | 1772 static CURLcode imap_sendf(struct Curl_easy *data, const char *fmt, ...) in imap_sendf()
|
/curl/include/curl/ |
H A D | mprintf.h | 42 #define CURL_TEMP_PRINTF(fmt, arg) \ argument
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 381 static void quic_printf(void *user_data, const char *fmt, ...) in quic_printf()
|