Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A Dcurl_version_info.md181 *features* mask bit: non-existent
203 *features* mask bit: CURL_VERSION_HSTS
230 *features* mask bit: CURL_VERSION_IDN
237 *features* mask bit: CURL_VERSION_IPV6
256 *features* mask bit: CURL_VERSION_LIBZ
270 *features* mask bit: CURL_VERSION_NTLM
283 *features* mask bit: CURL_VERSION_PSL
298 *features* mask bit: CURL_VERSION_SSL
304 *features* mask bit: CURL_VERSION_SSPI
348 *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.c619 memcpy(&head[hlen], &enc->mask, 4); in ws_enc_write_head()
655 unsigned char c = buf[i] ^ enc->mask[enc->xori]; in ws_enc_write_payload()
810 result = Curl_rand(data, (unsigned char *)&ws->enc.mask, in Curl_ws_accept()
811 sizeof(ws->enc.mask)); in Curl_ws_accept()
815 ws->enc.mask[0], ws->enc.mask[1], ws->enc.mask[2], ws->enc.mask[3]); in Curl_ws_accept()
H A Dmulti.c1372 long mask = 0; local
1403 if(mask) {
1419 long mask = 0; local
1423 mask |= FD_OOB;
1507 unsigned short mask = 0; local
1513 mask |= CURL_WAIT_POLLIN;
1515 mask |= CURL_WAIT_POLLOUT;
1517 mask |= CURL_WAIT_POLLPRI;
1528 mask |= CURL_WAIT_POLLIN;
1530 mask |= CURL_WAIT_POLLOUT;
[all …]
H A Ddoh.c353 long mask = in dohprobe() local
367 (void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask); in dohprobe()
H A Dhttp.c367 static bool pickoneauth(struct auth *pick, unsigned long mask) in pickoneauth() argument
371 unsigned long avail = pick->avail & pick->want & mask; in pickoneauth()
/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.c1765 long mask = in single_transfer() local
1777 if(mask) in single_transfer()
1778 my_setopt_bitmask(curl, CURLOPT_SSL_OPTIONS, mask); in single_transfer()
1782 long mask = in single_transfer() local
1790 if(mask) in single_transfer()
1791 my_setopt_bitmask(curl, CURLOPT_PROXY_SSL_OPTIONS, mask); in single_transfer()

Completed in 71 milliseconds