/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 …]
|
/curl/lib/ |
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 | content_encoding.c | 104 z_stream z; /* State structure for zlib. */ member 124 process_zlib_error(struct Curl_easy *data, z_stream *z) in process_zlib_error() 138 z_stream *z, zlibInitState *zlib_init, CURLcode result) in exit_zlib() 155 z_stream *z = &zp->z; in process_trailer() local 181 z_stream *z = &zp->z; /* zlib state structure */ in inflate_stream() local 284 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_init() local 301 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_write() local 321 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_close() local 341 z_stream *z = &zp->z; /* zlib state structure */ in gzip_do_init() local 458 z_stream *z = &zp->z; /* zlib state structure */ in gzip_do_write() local [all …]
|
H A D | socks.h | 32 #define Curl_SOCKS_getsock(x,y,z) 0 argument
|
H A D | select.h | 79 #define SOCKET_READABLE(x,z) \ argument 81 #define SOCKET_WRITABLE(x,z) \ 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 | 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 | asyn.h | 169 #define Curl_resolver_duphandle(x,y,z) CURLE_OK argument
|
H A D | hsts.h | 66 #define Curl_hsts_save(x,y,z) argument
|
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
|
H A D | cookie.h | 129 #define Curl_cookie_init(x,y,z,w) NULL argument
|
H A D | curl_sha512_256.c | 485 #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 D | sha256.c | 340 #define Sha256_Ch(x,y,z) (z ^ (x & (y ^ z))) argument 341 #define Sha256_Maj(x,y,z) (((x | y) & z) | (x & y)) argument
|
H A D | hash.c | 106 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)] argument
|
H A D | mime.h | 168 #define Curl_mime_duppart(x,y,z) CURLE_OK /* Nothing to duplicate. Succeed */ argument
|
H A D | curl_setup.h | 653 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) argument
|
H A D | http.c | 212 #define Curl_checkProxyheaders(x,y,z,a) NULL 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
|
H A D | multi.h | 332 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) argument
|
/curl/docs/libcurl/ |
H A D | curl_mprintf.md | 199 ## z section
|
/curl/lib/vtls/ |
H A D | vtls.h | 271 #define Curl_ssl_random(x,y,z) ((void)x, CURLE_NOT_BUILT_IN) argument
|