Searched refs:mask (Results 1 – 13 of 13) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 182 *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 D | curl_global_init.md | 103 the functionality of the **CURL_GLOBAL_ALL** mask.
|
/curl/lib/ |
H A D | noproxy.c | 62 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 D | ws.h | 60 unsigned char mask[4]; /* 32-bit mask for this connection */ member
|
H A D | ws.c | 622 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 D | multi.c | 1317 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 D | doh.c | 361 long mask = in doh_run_probe() local 375 (void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask); in doh_run_probe()
|
H A D | http.c | 359 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 D | spacecheck.pl | 61 foreach my $mask (@masklist) { 62 if ($filename =~ $mask) {
|
/curl/tests/data/ |
H A D | test2307 | 51 # PONG with no data and the 32 bit mask
|
H A D | test2302 | 50 # PONG with no data and the 32 bit mask
|
H A D | test2304 | 50 # PONG with no data and the 32 bit mask
|
/curl/src/ |
H A D | tool_operate.c | 1327 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 46 milliseconds