Searched refs:Curl_nop_stmt (Results 1 – 25 of 42) sorted by relevance
12
/external/curl/lib/ |
D | asyn.h | 164 #define Curl_resolver_cancel(x) Curl_nop_stmt 165 #define Curl_resolver_kill(x) Curl_nop_stmt 172 #define Curl_resolver_global_cleanup() Curl_nop_stmt 173 #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 | 108 #define Curl_cookie_loadfiles(x) Curl_nop_stmt 110 #define Curl_cookie_cleanup(x) Curl_nop_stmt 111 #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 | 35 #define infof(...) Curl_nop_stmt 37 #define infof(x...) Curl_nop_stmt
|
D | amigaos.h | 34 #define Curl_amiga_cleanup() Curl_nop_stmt
|
D | http_digest.h | 39 #define Curl_digest_cleanup(x) Curl_nop_stmt
|
D | splay.h | 65 #define Curl_splayprint(x,y,z) Curl_nop_stmt
|
D | select.h | 104 #define VERIFY_SOCK(x) Curl_nop_stmt
|
D | curl_setup.h | 716 #ifndef Curl_nop_stmt 717 # define Curl_nop_stmt do { } WHILE_FALSE macro
|
D | http2.h | 70 #define Curl_http2_setup_conn(x) Curl_nop_stmt
|
D | connect.h | 71 #define Curl_sndbufset(y) Curl_nop_stmt
|
D | hostip6.c | 116 #define dump_addrinfo(x,y) Curl_nop_stmt
|
D | url.h | 93 #define Curl_verboseconnect(x) Curl_nop_stmt
|
D | memdebug.c | 75 # define mt_malloc_fill(buf,len) Curl_nop_stmt 81 # define mt_free_fill(buf,len) Curl_nop_stmt
|
D | http_ntlm.c | 61 # define DEBUG_OUT(x) Curl_nop_stmt
|
/external/curl/lib/vtls/ |
D | vtls.h | 255 #define Curl_ssl_cleanup() Curl_nop_stmt 257 #define Curl_ssl_close_all(x) Curl_nop_stmt 258 #define Curl_ssl_close(x,y) Curl_nop_stmt 269 #define Curl_ssl_free_certinfo(x) Curl_nop_stmt 271 #define Curl_ssl_kill_session(x) Curl_nop_stmt
|
/external/curl/src/ |
D | tool_panykey.h | 32 #define tool_pressanykey() Curl_nop_stmt
|
D | tool_binmode.h | 32 #define set_binmode(x) Curl_nop_stmt
|
D | tool_filetime.h | 33 #define setfiletime(a,b,c) Curl_nop_stmt
|
D | tool_convert.h | 41 #define convert_cleanup() Curl_nop_stmt
|
D | tool_metalink.h | 163 #define metalink_cleanup() Curl_nop_stmt
|
D | tool_main.c | 131 # define memory_tracking_init() Curl_nop_stmt
|
/external/curl/tests/libtest/ |
D | first.c | 115 # define memory_tracking_init() Curl_nop_stmt
|
D | lib500.c | 56 #define setupcallbacks(x) Curl_nop_stmt
|
12