Home
last modified time | relevance | path

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

/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
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 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 Dcurl_memrchr.h43 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) argument
H A Dinet_pton.h35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) argument
H A Dcontent_encoding.c104 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 Dsocks.h32 #define Curl_SOCKS_getsock(x,y,z) 0 argument
H A Dselect.h79 #define SOCKET_READABLE(x,z) \ argument
81 #define SOCKET_WRITABLE(x,z) \ argument
H A Dcurl_setup_once.h134 #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 Dheaders.h58 #define Curl_headers_push(x,y,z) CURLE_OK 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 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 Dasyn.h169 #define Curl_resolver_duphandle(x,y,z) CURLE_OK argument
H A Dhsts.h66 #define Curl_hsts_save(x,y,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
H A Dcookie.h129 #define Curl_cookie_init(x,y,z,w) NULL 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 Dsha256.c340 #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 Dhash.c106 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)] argument
H A Dmime.h168 #define Curl_mime_duppart(x,y,z) CURLE_OK /* Nothing to duplicate. Succeed */ argument
H A Dcurl_setup.h653 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) argument
H A Dhttp.c212 #define Curl_checkProxyheaders(x,y,z,a) NULL 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
H A Dmulti.h332 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) argument
/curl/docs/libcurl/
H A Dcurl_mprintf.md199 ## z section
/curl/lib/vtls/
H A Dvtls.h271 #define Curl_ssl_random(x,y,z) ((void)x, CURLE_NOT_BUILT_IN) argument

Completed in 88 milliseconds