Home
last modified time | relevance | path

Searched defs:y (Results 26 – 50 of 51) sorted by relevance

123

/curl/lib/
H A Dcurl_trc.h181 #define Curl_trc_cf_is_verbose(x,y) (FALSE) argument
182 #define Curl_trc_ft_is_verbose(x,y) (FALSE) argument
H A Dsha256.c334 #define RORc(x, y) \ argument
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 Dws.h86 #define Curl_ws_request(x,y) 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 Dcurl_setup.h645 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) argument
900 #define CURLMAX(x,y) ((x)>(y)?(x):(y)) argument
901 #define CURLMIN(x,y) ((x)<(y)?(x):(y)) argument
H A Dcurl_sha512_256.c485 #define Sha512_Ch(x,y,z) ( (z) ^ ((x) & ((y) ^ (z))) ) in MHDx_sha512_256_transform() argument
486 #define Sha512_Maj(x,y,z) ( ((x) & (y)) ^ ((z) & ((x) ^ (y))) ) in MHDx_sha512_256_transform() argument
H A Dsocks.c157 #define sxstate(x,d,y) socksstate(x,d,y, __LINE__) argument
159 #define sxstate(x,d,y) socksstate(x,d,y) argument
H A Ddoh.h186 #define Curl_doh_is_resolved(x,y) CURLE_COULDNT_RESOLVE_HOST argument
H A Dtelnet.c877 unsigned long y = 0; in check_telnet_options() local
1018 unsigned short x, y; in sendsuboption() local
H A Dhostip.c124 #define show_resolve_info(x,y) Curl_nop_stmt argument
562 #define get_localhost6(x,y) NULL argument
H A Ddoh.c241 #define ERROR_CHECK_SETOPT(x,y) \ argument
882 #define doh_show(x,y) argument
H A Dhash.c106 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)] argument
H A Durl.c705 #define proxy_info_matches(x,y) FALSE argument
706 #define socks_proxy_info_matches(x,y) FALSE argument
844 #define ssh_config_matches(x,y) FALSE argument
H A Dmulti.c212 #define multistate(x,y) mstate(x,y) argument
214 #define multistate(x,y) mstate(x,y, __LINE__) argument
471 #define multi_warn_debug(x,y) Curl_nop_stmt argument
H A Dcf-socket.c106 #define set_ipv6_v6only(x,y) argument
146 #define nosigpipe(x,y) Curl_nop_stmt argument
H A Dsetup-vms.h439 # define X509_STORE_set_flags(x,y) Curl_nop_stmt argument
H A Dftp.c177 #define ftp_state(x,y) _ftp_state(x,y) argument
179 #define ftp_state(x,y) _ftp_state(x,y,__LINE__) argument
H A Dhttp.c212 #define Curl_checkProxyheaders(x,y,z,a) NULL argument
/curl/tests/libtest/
H A Dlib557.c1138 #define string_check(x,y) _string_check(__LINE__, x, y) argument
1152 #define strlen_check(x,y) _strlen_check(__LINE__, x, y) argument
/curl/lib/vssh/
H A Dlibssh2.c413 #define SFTP_SEEK(x,y) libssh2_sftp_seek64(x, (libssh2_uint64_t)y) argument
415 #define SFTP_SEEK(x,y) libssh2_sftp_seek(x, (size_t)y) argument
433 #define session_startup(x,y) libssh2_session_handshake(x, y) argument
435 #define session_startup(x,y) libssh2_session_startup(x, (int)y) argument
H A Dlibssh.c224 #define state(x,y) mystate(x,y) argument
226 #define state(x,y) mystate(x,y, __LINE__) argument
H A Dssh.h271 #define Curl_ssh_attach(x,y) argument
/curl/include/curl/
H A Dmulti.h336 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) argument
/curl/lib/vtls/
H A Dx509asn1.c423 unsigned int y; in encodeOID() local
/curl/tests/server/
H A Dtftpd.c149 #define MIN(x,y) ((x)<(y)?(x):(y)) argument

Completed in 179 milliseconds

123