/curl/lib/ |
H A D | connect.h | 99 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM, y) argument 100 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) argument 101 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP, y) argument 103 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM) argument 104 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) argument 105 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP) argument
|
H A D | asyn.h | 167 #define Curl_resolver_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST argument 168 #define Curl_resolver_wait_resolv(x,y) CURLE_COULDNT_RESOLVE_HOST argument 169 #define Curl_resolver_duphandle(x,y,z) CURLE_OK argument 170 #define Curl_resolver_init(x,y) CURLE_OK argument
|
H A D | url.h | 62 #define Curl_verboseconnect(x,y,z) Curl_nop_stmt argument 94 #define Curl_data_priority_add_child(x, y, z) CURLE_NOT_BUILT_IN argument
|
H A D | curl_memrchr.h | 43 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) argument
|
H A D | inet_pton.h | 35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
|
H A D | hsts.h | 65 #define Curl_hsts_loadcb(x,y) CURLE_OK argument 66 #define Curl_hsts_save(x,y,z) argument
|
H A D | sigpipe.h | 91 #define sigpipe_ignore(x,y) Curl_nop_stmt argument 92 #define sigpipe_apply(x,y) Curl_nop_stmt argument
|
H A D | socks.h | 32 #define Curl_SOCKS_getsock(x,y,z) 0 argument
|
H A D | cf-socket.h | 91 #define Curl_sndbuf_init(y) Curl_nop_stmt argument
|
H A D | curl_setup_once.h | 134 #define sread(x,y,z) (ssize_t)read((RECV_TYPE_ARG1)(x), \ argument 161 #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \ argument 174 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ argument 179 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ argument
|
H A D | curl_addrinfo.h | 106 #define Curl_addrinfo_set_port(x,y) argument
|
H A D | cookie.h | 129 #define Curl_cookie_init(x,y,z,w) NULL argument 131 #define Curl_flush_cookies(x,y) Curl_nop_stmt argument
|
H A D | headers.h | 58 #define Curl_headers_push(x,y,z) CURLE_OK argument
|
H A D | md5.c | 310 #define MD5_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 311 #define MD5_G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument 312 #define MD5_H(x, y, z) (((x) ^ (y)) ^ (z)) argument 313 #define MD5_H2(x, y, z) ((x) ^ ((y) ^ (z))) argument 314 #define MD5_I(x, y, z) ((y) ^ ((x) | ~(z))) argument
|
H A D | rand.c | 152 #define _random(x,y,z) Curl_ssl_random(x,y,z) argument 154 #define _random(x,y,z) weak_random(x,y,z) argument
|
H A D | rtsp.h | 38 #define Curl_rtsp_parseheader(x,y) CURLE_NOT_BUILT_IN argument
|
H A D | http2.h | 76 #define Curl_http2_request_upgrade(x,y) CURLE_UNSUPPORTED_PROTOCOL argument
|
H A D | splay.c | 46 struct Curl_tree N, *l, *r, *y; in Curl_splay() local
|
H A D | md4.c | 283 #define MD4_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 284 #define MD4_G(x, y, z) (((x) & ((y) | (z))) | ((y) & (z))) argument 285 #define MD4_H(x, y, z) ((x) ^ (y) ^ (z)) argument
|
/curl/src/ |
H A D | tool_setopt.h | 104 #define my_setopt(x,y,z) \ argument 107 #define my_setopt_str(x,y,z) \ argument 110 #define my_setopt_enum(x,y,z) \ argument 116 #define my_setopt_bitmask(x,y,z) \ argument 119 #define my_setopt_mimepost(x,y,z) \ argument 122 #define my_setopt_slist(x,y,z) \ argument 133 #define my_setopt(x,y,z) \ argument 136 #define my_setopt_str(x,y,z) \ argument 139 #define my_setopt_enum(x,y,z) \ argument 145 #define my_setopt_bitmask(x,y,z) \ argument [all …]
|
H A D | tool_setup.h | 53 # define main(x,y) curl_main(x,y) argument
|
H A D | tool_dirhie.c | 40 # define mkdir(x,y) (mkdir)((x)) argument
|
/curl/include/curl/ |
H A D | curlver.h | 75 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) argument 76 #define CURL_AT_LEAST_VERSION(x,y,z) \ argument
|
/curl/tests/unit/ |
H A D | unit1303.c | 56 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y argument 58 #define TIMEOUTS(x,y) testdata->set.timeout = x; \ argument
|
/curl/lib/vtls/ |
H A D | vtls.h | 265 #define Curl_ssl_set_engine(x,y) CURLE_NOT_BUILT_IN argument 268 #define Curl_ssl_initsessions(x,y) CURLE_OK argument 271 #define Curl_ssl_random(x,y,z) ((void)x, CURLE_NOT_BUILT_IN) argument
|