Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 74) sorted by relevance

123

/curl/src/
H A Dtool_setopt.h104 #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 Dmkhelp.pl122 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 Dcontent_encoding.c126 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 Dcurl_setup_once.h134 #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 Dinet_pton.h35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
H A Dcurl_memrchr.h43 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) argument
H A Dselect.h79 #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 Drand.c152 #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 Durl.h62 #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 Dmd5.c310 #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 Dmd4.c283 #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 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/data/
H A Dtest17117 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 Dtest12627 -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 Dtest1405 -z
24 FTP download file with -z, expected to not transfer
27 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 2004"
H A Dtest1396 -z
25 FTP download a newer file with -z
28 ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -z "1 jan 1989"
H A Dtest133165 -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 Dtest777 -z
35 HTTP with -z "older date"
38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest787 -z
47 HTTP with -z "newer date"
50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT"
H A Dtest12396 -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 Dtest113626 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 Dtest2496 -z
36 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest14247 -z
53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o %LOGDIR/outfile%TESTNUMBER
/curl/docs/cmdline-opts/
H A Dtime-cond.md5 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 DServer-localhost-firstSAN-sv.pub.pem7 SdfySnhS0sX8TxFj8U53rgqHZUVJtqwhG8iUwQznE+a+8/+ivWhMxjQEK/z/w+gj

Completed in 25 milliseconds

123