Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 13 of 13) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_version_info.md182 *features* mask bit: non-existent
204 *features* mask bit: CURL_VERSION_HSTS
231 *features* mask bit: CURL_VERSION_IDN
238 *features* mask bit: CURL_VERSION_IPV6
257 *features* mask bit: CURL_VERSION_LIBZ
271 *features* mask bit: CURL_VERSION_NTLM
284 *features* mask bit: CURL_VERSION_PSL
299 *features* mask bit: CURL_VERSION_SSL
305 *features* mask bit: CURL_VERSION_SSPI
349 *features* mask bit: CURL_VERSION_ZSTD
[all …]
H A Dcurl_global_init.md103 the functionality of the **CURL_GLOBAL_ALL** mask.
/curl/lib/
H A Dnoproxy.c62 unsigned int mask = 0xffffffff << (32 - bits); in Curl_cidr4_match() local
67 ipv4, haddr, network, hcheck, bits, mask, in Curl_cidr4_match()
68 (haddr ^ hcheck) & mask); in Curl_cidr4_match()
70 if((haddr ^ hcheck) & mask) in Curl_cidr4_match()
H A Dws.h60 unsigned char mask[4]; /* 32-bit mask for this connection */ member
H A Dws.c622 memcpy(&head[hlen], &enc->mask, 4); in ws_enc_write_head()
658 unsigned char c = buf[i] ^ enc->mask[enc->xori]; in ws_enc_write_payload()
813 result = Curl_rand(data, (unsigned char *)&ws->enc.mask, in Curl_ws_accept()
814 sizeof(ws->enc.mask)); in Curl_ws_accept()
818 ws->enc.mask[0], ws->enc.mask[1], ws->enc.mask[2], ws->enc.mask[3]); in Curl_ws_accept()
H A Dmulti.c1317 long mask = 0; local
1319 mask |= FD_READ|FD_ACCEPT|FD_CLOSE;
1321 mask |= FD_OOB;
1326 if(mask) {
1390 unsigned short mask = 0; local
1396 mask |= CURL_WAIT_POLLIN;
1398 mask |= CURL_WAIT_POLLOUT;
1400 mask |= CURL_WAIT_POLLPRI;
1411 mask |= CURL_WAIT_POLLIN;
1413 mask |= CURL_WAIT_POLLOUT;
[all …]
H A Ddoh.c361 long mask = in doh_run_probe() local
375 (void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask); in doh_run_probe()
H A Dhttp.c359 static bool pickoneauth(struct auth *pick, unsigned long mask) in pickoneauth() argument
363 unsigned long avail = pick->avail & pick->want & mask; in pickoneauth()
/curl/.github/scripts/
H A Dspacecheck.pl61 foreach my $mask (@masklist) {
62 if ($filename =~ $mask) {
/curl/tests/data/
H A Dtest230751 # PONG with no data and the 32 bit mask
H A Dtest230250 # PONG with no data and the 32 bit mask
H A Dtest230450 # PONG with no data and the 32 bit mask
/curl/src/
H A Dtool_operate.c1327 long mask = in config2setopts() local
1341 if(mask) in config2setopts()
1342 my_setopt_bitmask(curl, CURLOPT_SSL_OPTIONS, mask); in config2setopts()
1346 long mask = in config2setopts() local
1354 if(mask) in config2setopts()
1355 my_setopt_bitmask(curl, CURLOPT_PROXY_SSL_OPTIONS, mask); in config2setopts()

Completed in 66 milliseconds