/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 122 #define my_setopt_slist(x,y,z) \ argument 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 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 154 #define res_setopt(x,y,z) curl_easy_setopt(x,y,z) argument [all …]
|
H A D | mkhelp.pl | 122 memset(&z, 0, sizeof(z_stream)); 128 if(inflateInit2(&z, -MAX_WBITS) != Z_OK) 136 status = inflate(&z, Z_SYNC_FLUSH); 147 inflateEnd(&z); 162 memset(&z, 0, sizeof(z_stream)); 168 if(inflateInit2(&z, -MAX_WBITS) != Z_OK) 176 status = inflate(&z, Z_SYNC_FLUSH); 189 inflateEnd(&z);
|
/curl/lib/ |
H A D | content_encoding.c | 126 if(z->msg) in process_zlib_error() 155 z_stream *z = &zp->z; in process_trailer() 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 510 z->next_in = malloc(z->avail_in); in gzip_do_write() 514 memcpy(z->next_in, buf, z->avail_in); in gzip_do_write() 532 z->next_in = Curl_saferealloc(z->next_in, z->avail_in); in gzip_do_write() [all …]
|
H A D | curl_setup_once.h | 134 #define sread(x,y,z) (ssize_t)read((RECV_TYPE_ARG1)(x), \ argument 136 (RECV_TYPE_ARG3)(z)) 161 #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \ argument 163 (RECV_TYPE_ARG3)(z), \ 174 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ argument 176 (SEND_TYPE_ARG3)(z)) 179 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ argument 181 (SEND_TYPE_ARG3)(z), \
|
H A D | inet_pton.h | 35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
|
H A D | curl_memrchr.h | 43 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) argument
|
H A D | select.h | 79 #define SOCKET_READABLE(x,z) \ argument 80 Curl_socket_check(x, CURL_SOCKET_BAD, CURL_SOCKET_BAD, z) 81 #define SOCKET_WRITABLE(x,z) \ argument 82 Curl_socket_check(CURL_SOCKET_BAD, CURL_SOCKET_BAD, x, z)
|
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 | 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 | 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 | 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/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 77 (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))
|
/curl/tests/data/ |
H A D | test171 | 17 Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/ 34 -c %LOGDIR/jar%TESTNUMBER -x %HOSTIP:%HTTPPORT http://z.x.com/%TESTNUMBER 45 GET http://z.x.com/%TESTNUMBER HTTP/1.1 46 Host: z.x.com 57 .z.x.com TRUE / FALSE 0 XToken xt
|
H A D | test1262 | 7 -z 23 FTP request and denied to download an older file with -z 26 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "-1 jan 2001"
|
H A D | test140 | 5 -z 24 FTP download file with -z, expected to not transfer 27 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 2004"
|
H A D | test139 | 6 -z 25 FTP download a newer file with -z 28 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 1989"
|
H A D | test1331 | 65 -U myname:mypassword -x %HOSTIP:%HTTPPORT http://z.x.com/%TESTNUMBER --proxy-anyauth -c %LOGDIR/dum… 76 GET http://z.x.com/%TESTNUMBER HTTP/1.1 77 Host: z.x.com 82 GET http://z.x.com/%TESTNUMBER HTTP/1.1 83 Host: z.x.com
|
H A D | test77 | 7 -z 35 HTTP with -z "older date" 38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test78 | 7 -z 47 HTTP with -z "newer date" 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT"
|
H A D | test1239 | 6 -z 34 HTTP with -z + -w response_code and simulated 304 37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "-dec 12 12:00:00 1999 GMT" -w '%{response_code}'
|
H A D | test1136 | 26 Set-Cookie: test5=forbidden5; domain=z-1.compute-1.amazonaws.com; path=/; 49 http://www.example.ck/%TESTNUMBER http://www.ck/%TESTNUMBER http://z-1.compute-1.amazonaws.com/%TES… 61 .z-1.compute-1.amazonaws.com TRUE / FALSE 0 test5 forbidden5
|
H A D | test249 | 6 -z 36 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test1424 | 7 -z 53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o %LOGDIR/outfile%TESTNUMBER
|
/curl/docs/cmdline-opts/ |
H A D | time-cond.md | 5 Short: z 16 - -z "Wed 01 Sep 2021 12:18:00" $URL 17 - -z "-Wed 01 Sep 2021 12:18:00" $URL 18 - -z file $URL
|
/curl/tests/certs/ |
H A D | Server-localhost-firstSAN-sv.pub.pem | 7 SdfySnhS0sX8TxFj8U53rgqHZUVJtqwhG8iUwQznE+a+8/+ivWhMxjQEK/z/w+gj
|