Searched refs:CURL_PRINTF (Results 1 - 13 of 13) sorted by relevance
/third_party/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);
|
/third_party/curl/lib/ |
H A D | curl_trc.h | 61 const char *fmt, ...) CURL_PRINTF(2, 3); 98 const char *fmt, ...) CURL_PRINTF(2, 3); 105 const char *fmt, ...) CURL_PRINTF(3, 4);
|
H A D | dynbuf.h | 64 WARN_UNUSED_RESULT CURL_PRINTF(2, 3); 66 WARN_UNUSED_RESULT CURL_PRINTF(2, 0);
|
H A D | pingpong.h | 112 const char *fmt, ...) CURL_PRINTF(3, 4); 127 va_list args) CURL_PRINTF(3, 0);
|
H A D | curl_setup.h | 286 #define CURL_PRINTF(fmt, arg) \ macro 289 #define CURL_PRINTF(fmt, arg) \ macro 293 #define CURL_PRINTF(fmt, arg) macro
|
H A D | mime.h | 134 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 | krb5.c | 438 CURL_PRINTF(2, 3);
|
H A D | ldap.c | 140 static void _ldap_trace(const char *fmt, ...) CURL_PRINTF(1, 2);
|
H A D | imap.c | 101 CURL_PRINTF(2, 3);
|
/third_party/curl/tests/server/ |
H A D | util.h | 29 void logmsg(const char *msg, ...) CURL_PRINTF(1, 2);
|
Completed in 9 milliseconds