Searched refs:CURL_PRINTF (Results 1 – 15 of 15) sorted by relevance
/curl/src/ |
H A D | tool_msgs.h | 30 CURL_PRINTF(2, 3); 32 CURL_PRINTF(2, 3); 34 CURL_PRINTF(2, 3); 36 CURL_PRINTF(2, 3);
|
H A D | tool_easysrc.h | 43 const char *fmt, ...) CURL_PRINTF(2, 3);
|
H A D | tool_msgs.c | 42 va_list ap) CURL_PRINTF(3, 0);
|
/curl/lib/ |
H A D | curl_trc.h | 61 const char *fmt, ...) CURL_PRINTF(2, 3); 147 const char *fmt, ...) CURL_PRINTF(2, 3); 154 const char *fmt, ...) CURL_PRINTF(3, 4); 156 const char *fmt, ...) CURL_PRINTF(2, 3); 158 const char *fmt, ...) CURL_PRINTF(2, 3); 163 const char *fmt, ...) CURL_PRINTF(2, 3); 168 const char *fmt, ...) CURL_PRINTF(2, 3); 173 const char *fmt, ...) CURL_PRINTF(2, 3);
|
H A D | pingpong.h | 112 const char *fmt, ...) CURL_PRINTF(3, 4); 127 va_list args) CURL_PRINTF(3, 0);
|
H A D | dynbuf.h | 64 WARN_UNUSED_RESULT CURL_PRINTF(2, 3); 66 WARN_UNUSED_RESULT CURL_PRINTF(2, 0);
|
H A D | curl_setup.h | 349 #define CURL_PRINTF(fmt, arg) \ macro 352 #define CURL_PRINTF(fmt, arg) \ macro 356 #define CURL_PRINTF(fmt, arg) macro 360 #define CURL_TEMP_PRINTF CURL_PRINTF
|
H A D | mime.h | 134 CURL_PRINTF(2, 3);
|
H A D | dict.c | 127 const char *fmt, ...) CURL_PRINTF(2, 3);
|
H A D | memdebug.h | 75 CURL_EXTERN void curl_dbg_log(const char *format, ...) CURL_PRINTF(1, 2);
|
H A D | curl_trc.c | 118 const char * const fmt, va_list ap) CURL_PRINTF(3, 0);
|
H A D | ldap.c | 140 static void _ldap_trace(const char *fmt, ...) CURL_PRINTF(1, 2);
|
H A D | krb5.c | 442 CURL_PRINTF(2, 3);
|
H A D | imap.c | 101 CURL_PRINTF(2, 3);
|
/curl/tests/server/ |
H A D | util.h | 29 void logmsg(const char *msg, ...) CURL_PRINTF(1, 2);
|
Completed in 45 milliseconds