/curl/lib/ |
H A D | noproxy.c | 50 unsigned int check = 0; in Curl_cidr4_match() local 58 if(1 != Curl_inet_pton(AF_INET, network, &check)) in Curl_cidr4_match() 64 unsigned int hcheck = htonl(check); in Curl_cidr4_match() 74 return (address == check); in Curl_cidr4_match() 85 unsigned char check[16]; in Curl_cidr6_match() local 96 if(1 != Curl_inet_pton(AF_INET6, network, check)) in Curl_cidr6_match() 98 if(bytes && memcmp(address, check, bytes)) in Curl_cidr6_match() 219 const char *check = token; in Curl_check_noproxy() local 227 memcpy(checkip, check, tokenlen); in Curl_check_noproxy() 229 check = checkip; in Curl_check_noproxy() [all …]
|
H A D | socketpair.c | 199 char check[sizeof(rnd)]; in Curl_socketpair() local 200 char *p = &check[0]; in Curl_socketpair() 201 size_t s = sizeof(check); in Curl_socketpair() 244 if(memcmp(rnd, check, sizeof(check))) in Curl_socketpair()
|
H A D | parsedate.c | 211 static int checkday(const char *check, size_t len) in checkday() argument 224 strncasecompare(check, what[0], len)) in checkday() 231 static int checkmonth(const char *check, size_t len) in checkmonth() argument 239 if(strncasecompare(check, what[0], 3)) in checkmonth() 249 static int checktz(const char *check, size_t len) in checktz() argument 259 strncasecompare(check, what->name, len)) in checktz()
|
/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 438 my $check = <<MOO 534 print $fh "${fpref} &blob);\n$check"; 556 my $check = " if(res)\n geterr(\"$info\", res, __LINE__);\n"; 558 print $fh "$c &charp);\n$check"; 561 print $fh "$c &val);\n$check"; 564 print $fh "$c &oval);\n$check"; 567 print $fh "$c &dval);\n$check"; 570 print $fh "$c &slist);\n$check"; 574 print $fh "$c &sockfd);\n$check"; 578 print $fh "$c &certinfo);\n$check"; [all …]
|
/curl/tests/ |
H A D | test1486.pl | 80 my $check = 1; 86 if($insrc{$_} ne $check) { 90 $check++;
|
/curl/tests/data/ |
H A D | test1270 | 18 Cache-Control: no-cache,no-store,must-revalidate,post-check=0,pre-check=0 56 Cache-Control: no-cache,no-store,must-revalidate,post-check=0,pre-check=0
|
H A D | test630 | 6 server key check
|
H A D | test631 | 6 server key check
|
H A D | test632 | 6 server key check
|
H A D | test231 | 10 # 16 bytes to check
|
/curl/tests/unit/ |
H A D | curlcheck.h | 45 #define verify_memory(dynamic, check, len) \ argument 47 if(dynamic && memcmp(dynamic, check, len)) { \ 50 hexdump((const unsigned char *)check, len)); \
|
H A D | unit1614.c | 38 struct check { struct 56 struct check list4[]= { argument 72 struct check list6[]= {
|
/curl/src/ |
H A D | tool_cb_prg.c | 75 int check = bar->width - 2; in fly() local 85 pos = sinus[bar->tick%200] / (1000000 / check) + 1; in fly() 87 pos = sinus[(bar->tick + 5)%200] / (1000000 / check) + 1; in fly() 89 pos = sinus[(bar->tick + 10)%200] / (1000000 / check) + 1; in fly() 91 pos = sinus[(bar->tick + 15)%200] / (1000000 / check) + 1; in fly()
|
/curl/CMake/ |
H A D | CurlTests.c | 311 void check(char c) {} in check() function 317 check(strerror_r(EACCES, buffer, sizeof(buffer))[0]); in main() 327 void check(float f) {} in check() function 333 check(strerror_r(EACCES, buffer, sizeof(buffer))); in main()
|
/curl/.github/scripts/ |
H A D | binarycheck.pl | 109 my $check=system("sha256sum -c $sumsfile"); 110 if($check) {
|
H A D | verify-examples.pl | 28 my $check = "./scripts/checksrc.pl"; 42 my $rc = system("$check test.c") >> 8;
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_ISSUERCERT.md | 34 certificate in PEM format. If the option is set, an additional check against 36 associated with the certificate provided by the option. This additional check 41 CURLOPT_SSL_VERIFYPEER(3) option. Otherwise, the result of the check is 47 has to be set too for the check to fail). (Added in 7.19.0)
|
H A D | CURLOPT_PROXY_ISSUERCERT.md | 36 certificate in PEM format. If the option is set, an additional check against 39 additional check is useful in multi-level PKI where one needs to enforce that 43 CURLOPT_PROXY_SSL_VERIFYPEER(3) option. Otherwise, the result of the check is 49 has to be set too for the check to fail).
|
H A D | CURLOPT_ISSUERCERT_BLOB.md | 36 format. If the option is set, an additional check against the peer certificate 38 certificate provided by the option. This additional check is useful in 43 CURLOPT_SSL_VERIFYPEER(3) option. Otherwise, the result of the check is 49 has to be set too for the check to fail).
|
H A D | CURLOPT_PROXY_ISSUERCERT_BLOB.md | 37 format. If the option is set, an additional check against the peer certificate 39 associated with the certificate provided by the option. This additional check 45 check is not considered as failure. 50 (CURLOPT_PROXY_SSL_VERIFYPEER(3) has to be set too for the check to fail).
|
H A D | CURLOPT_SSH_HOSTKEYFUNCTION.md | 18 CURLOPT_SSH_HOSTKEYFUNCTION - callback to check host key 41 **key** is **keylen** bytes long and is the key to check. **keytype** 73 const char *key, /* host key to check */
|
/curl/.github/workflows/ |
H A D | hacktoberfest-accepted.yml | 37 id: check 45 if: steps.check.outputs.label == 'hacktoberfest' 54 if: steps.check.outputs.label == 'hacktoberfest' 65 if: steps.check.outputs.label == 'hacktoberfest'
|
/curl/m4/ |
H A D | curl-gnutls.m4 | 26 dnl check for GnuTLS 54 check=`libgnutls-config --version 2>/dev/null` 55 if test -n "$check"; then 63 dnl this is with a given path, first check if there's a libgnutls-config 66 check=`$cfg --version 2>/dev/null` 67 if test -n "$check"; then 147 # First check if we can detect either crypto library via transitive linking
|
/curl/tests/http/ |
H A D | Makefile.am | 74 check: clients target 77 @(cd clients; $(MAKE) check)
|
/curl/ |
H A D | Makefile.am | 117 check: test examples check-docs target 164 @(cd docs/examples; $(MAKE) check) 166 check-docs: 167 @(cd docs/libcurl; $(MAKE) check)
|