Home
last modified time | relevance | path

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

1234

/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.c115 if(z->msg) in process_zlib_error()
117 z->msg); in process_zlib_error()
141 z_stream *z = &zp->z; in process_trailer() local
151 if(z->avail_in) in process_trailer()
167 z_stream *z = &zp->z; /* zlib state structure */ in inflate_stream() local
261 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_init() local
278 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_write() local
298 z_stream *z = &zp->z; /* zlib state structure */ in deflate_do_close() local
318 z_stream *z = &zp->z; /* zlib state structure */ in gzip_do_init() local
336 z_stream *z = &zp->z; /* zlib state structure */ in gzip_do_write() local
[all …]
H A Dinet_pton.h42 #define Curl_inet_pton(x,y,z) inet_pton(x,(unsigned char *)y,z) argument
44 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
H A Dcurl_setup_once.h128 #define sread(x,y,z) (ssize_t)read((RECV_TYPE_ARG1)(x), \ argument
130 (RECV_TYPE_ARG3)(z))
155 #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \ argument
157 (RECV_TYPE_ARG3)(z), \
168 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ argument
170 (SEND_TYPE_ARG3)(z))
173 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ argument
175 (SEND_TYPE_ARG3)(z), \
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.c335 #define MD5_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
336 #define MD5_G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
337 #define MD5_H(x, y, z) (((x) ^ (y)) ^ (z)) argument
338 #define MD5_H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
339 #define MD5_I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dmd4.c290 #define MD4_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
291 #define MD4_G(x, y, z) (((x) & ((y) | (z))) | ((y) & (z))) argument
292 #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 46 milliseconds

1234