Searched refs:Curl_nop_stmt (Results 1 – 25 of 37) sorted by relevance
12
/third_party/curl/lib/ |
D | asyn.h | 163 #define Curl_resolver_cancel(x) Curl_nop_stmt 164 #define Curl_resolver_kill(x) Curl_nop_stmt 170 #define Curl_resolver_global_cleanup() Curl_nop_stmt 171 #define Curl_resolver_cleanup(x) Curl_nop_stmt
|
D | non-ascii.h | 53 #define Curl_convert_init(x) Curl_nop_stmt 54 #define Curl_convert_setup(x) Curl_nop_stmt 55 #define Curl_convert_close(x) Curl_nop_stmt
|
D | cookie.h | 125 #define Curl_cookie_loadfiles(x) Curl_nop_stmt 127 #define Curl_cookie_cleanup(x) Curl_nop_stmt 128 #define Curl_flush_cookies(x,y) Curl_nop_stmt
|
D | sigpipe.h | 74 #define sigpipe_ignore(x,y) Curl_nop_stmt 75 #define sigpipe_restore(x) Curl_nop_stmt
|
D | sendf.h | 33 #define infof(...) Curl_nop_stmt 35 #define infof(x...) Curl_nop_stmt
|
D | amigaos.h | 34 #define Curl_amiga_cleanup() Curl_nop_stmt
|
D | url.h | 59 #define Curl_verboseconnect(x,y) Curl_nop_stmt
|
D | select.h | 99 #define VERIFY_SOCK(x) Curl_nop_stmt
|
D | http2.h | 69 #define Curl_http2_setup_conn(x) Curl_nop_stmt
|
D | curl_setup.h | 703 #ifndef Curl_nop_stmt 704 # define Curl_nop_stmt do { } while(0) macro
|
D | hostip6.c | 118 #define dump_addrinfo(x,y) Curl_nop_stmt
|
D | connect.h | 76 #define Curl_sndbufset(y) Curl_nop_stmt
|
D | http_ntlm.c | 60 # define DEBUG_OUT(x) Curl_nop_stmt
|
D | memdebug.h | 165 #define fake_sclose(x) Curl_nop_stmt
|
D | setup-vms.h | 438 # define X509_STORE_set_flags(x,y) Curl_nop_stmt
|
D | curl_ntlm_wb.c | 66 # define DEBUG_OUT(x) Curl_nop_stmt
|
/third_party/curl/lib/vtls/ |
D | vtls.h | 303 #define Curl_ssl_cleanup() Curl_nop_stmt 305 #define Curl_ssl_close_all(x) Curl_nop_stmt 306 #define Curl_ssl_close(x,y,z) Curl_nop_stmt 316 #define Curl_ssl_free_certinfo(x) Curl_nop_stmt 318 #define Curl_ssl_kill_session(x) Curl_nop_stmt 323 #define Curl_ssl_associate_conn(a,b) Curl_nop_stmt 324 #define Curl_ssl_detach_conn(a,b) Curl_nop_stmt
|
/third_party/curl/src/ |
D | tool_panykey.h | 29 #define tool_pressanykey() Curl_nop_stmt
|
D | tool_binmode.h | 32 #define set_binmode(x) Curl_nop_stmt
|
D | tool_filetime.h | 35 #define setfiletime(a,b,c) Curl_nop_stmt
|
D | tool_convert.h | 41 #define convert_cleanup() Curl_nop_stmt
|
D | tool_main.c | 135 # define memory_tracking_init() Curl_nop_stmt
|
/third_party/curl/tests/libtest/ |
D | first.c | 115 # define memory_tracking_init() Curl_nop_stmt
|
D | lib500.c | 56 #define setupcallbacks(x) Curl_nop_stmt
|
/third_party/curl/tests/server/ |
D | getpart.c | 49 #define show(x) Curl_nop_stmt
|
12