Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 76) sorted by relevance

1234

/curl/src/
H A Dtool_setopt.h105 SETOPT_CHECK(tool_setopt(x, FALSE, global, config, #y, y, z), y)
108 SETOPT_CHECK(tool_setopt(x, TRUE, global, config, #y, y, z), y)
111 SETOPT_CHECK(tool_setopt_enum(x, global, #y, y, setopt_nv_ ## y, z), y)
114 SETOPT_CHECK(tool_setopt_SSLVERSION(x, global, #y, y, z), y)
117 SETOPT_CHECK(tool_setopt_bitmask(x, global, #y, y, setopt_nv_ ## y, z), y)
120 SETOPT_CHECK(tool_setopt_mimepost(x, global, #y, y, z), y)
123 SETOPT_CHECK(tool_setopt_slist(x, global, #y, y, z), y)
125 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z) argument
127 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z) argument
134 SETOPT_CHECK(curl_easy_setopt(x, y, z), y)
[all …]
H A Dtool_setup.h53 # define main(x,y) curl_main(x,y) argument
/curl/lib/
H A Dconnect.h82 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM, y) argument
83 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) argument
84 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP, y) argument
86 #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM) argument
87 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) argument
88 #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP) argument
H A Dasyn.h167 #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 Dsplay.c45 struct Curl_tree N, *l, *r, *y; in Curl_splay() local
58 y = t->smaller; /* rotate smaller */ in Curl_splay()
59 t->smaller = y->larger; in Curl_splay()
60 y->larger = t; in Curl_splay()
61 t = y; in Curl_splay()
73 y = t->larger; /* rotate larger */ in Curl_splay()
74 t->larger = y->smaller; in Curl_splay()
75 y->smaller = t; in Curl_splay()
76 t = y; in Curl_splay()
H A Dcurl_setup_once.h134 #define sread(x,y,z) (ssize_t)read((RECV_TYPE_ARG1)(x), \ argument
135 (RECV_TYPE_ARG2)(y), \
161 #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \ argument
162 (RECV_TYPE_ARG2)(y), \
174 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ argument
175 (SEND_TYPE_ARG2)(y), \
179 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ argument
180 (SEND_QUAL_ARG2 SEND_TYPE_ARG2)(y), \
H A Dinet_pton.h35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
H A Dcurl_memrchr.h40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) argument
H A Dhsts.h65 #define Curl_hsts_loadcb(x,y) CURLE_OK argument
66 #define Curl_hsts_save(x,y,z) argument
H A Durl.h61 #define Curl_verboseconnect(x,y,z) Curl_nop_stmt argument
78 #define Curl_data_priority_add_child(x, y, z) CURLE_NOT_BUILT_IN argument
H A Dsha256.c334 #define RORc(x, y) \ argument
335 (((((unsigned long)(x) & 0xFFFFFFFFUL) >> (unsigned long)((y) & 31)) | \
336 ((unsigned long)(x) << (unsigned long)(32 - ((y) & 31)))) & 0xFFFFFFFFUL)
337 #define Sha256_Ch(x,y,z) (z ^ (x & (y ^ z))) argument
338 #define Sha256_Maj(x,y,z) (((x | y) & z) | (x & y)) argument
H A Dcurl_setup.h585 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) argument
835 #define CURLMAX(x,y) ((x)>(y)?(x):(y)) argument
836 #define CURLMIN(x,y) ((x)<(y)?(x):(y)) argument
H A Dcookie.h125 #define Curl_cookie_init(x,y,z,w) NULL argument
127 #define Curl_flush_cookies(x,y) Curl_nop_stmt argument
H A Dmd5.c307 #define MD5_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
308 #define MD5_G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
309 #define MD5_H(x, y, z) (((x) ^ (y)) ^ (z)) argument
310 #define MD5_H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
311 #define MD5_I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Drtsp.h38 #define Curl_rtsp_parseheader(x,y) CURLE_NOT_BUILT_IN argument
H A Dheaders.h58 #define Curl_headers_push(x,y,z) CURLE_OK argument
H A Dmime.h168 #define Curl_mime_duppart(x,y,z) CURLE_OK /* Nothing to duplicate. Succeed */ argument
172 #define Curl_creader_set_mime(x,y) ((void)x, CURLE_NOT_BUILT_IN) argument
H A Dsocks.h32 #define Curl_SOCKS_getsock(x,y,z) 0 argument
H A Dmd4.c280 #define MD4_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
281 #define MD4_G(x, y, z) (((x) & ((y) | (z))) | ((y) & (z))) argument
282 #define MD4_H(x, y, z) ((x) ^ (y) ^ (z)) argument
/curl/include/curl/
H A Dcurlver.h75 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) argument
76 #define CURL_AT_LEAST_VERSION(x,y,z) \ argument
77 (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))
/curl/tests/unit/
H A Dunit1303.c56 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y argument
58 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y argument
/curl/tests/data/
H A Dtest64595 y
118 y
168 y
191 y
H A Dtest101531 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --data-urlencode "my name is moo[]" --data-urlencode "y e s=s_…
49 my+name+is+moo%5B%5D&y e s=s_i_r&v_alue=content+to+_%3F%21%23%24%27%7C%3C%3E%0A&content+to+_%3F%21%…
/curl/lib/vtls/
H A Dvtls.h241 #define Curl_ssl_set_engine(x,y) CURLE_NOT_BUILT_IN argument
244 #define Curl_ssl_initsessions(x,y) CURLE_OK argument
247 #define Curl_ssl_random(x,y,z) ((void)x, CURLE_NOT_BUILT_IN) argument
/curl/tests/certs/
H A DServer-localhost0h-sv.csr8 gkrT31RaRgDesKIuZVREQJxk0+g/6KzjDPs2CsV5N6mi7wYUQ6yeIN4w0up5fe/y

Completed in 39 milliseconds

1234