Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 141) sorted by relevance

123456

/curl/lib/
H A Dnoproxy.c50 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 Dsocketpair.c199 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 Dparsedate.c211 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 Dmk-lib1521.pl438 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 Dtest1486.pl80 my $check = 1;
86 if($insrc{$_} ne $check) {
90 $check++;
/curl/tests/data/
H A Dtest127018 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 Dtest6306 server key check
H A Dtest6316 server key check
H A Dtest6326 server key check
H A Dtest23110 # 16 bytes to check
/curl/tests/unit/
H A Dcurlcheck.h45 #define verify_memory(dynamic, check, len) \ argument
47 if(dynamic && memcmp(dynamic, check, len)) { \
50 hexdump((const unsigned char *)check, len)); \
H A Dunit1614.c38 struct check { struct
56 struct check list4[]= { argument
72 struct check list6[]= {
/curl/src/
H A Dtool_cb_prg.c75 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 DCurlTests.c311 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 Dbinarycheck.pl109 my $check=system("sha256sum -c $sumsfile");
110 if($check) {
H A Dverify-examples.pl28 my $check = "./scripts/checksrc.pl";
42 my $rc = system("$check test.c") >> 8;
/curl/docs/libcurl/opts/
H A DCURLOPT_ISSUERCERT.md34 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 DCURLOPT_PROXY_ISSUERCERT.md36 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 DCURLOPT_ISSUERCERT_BLOB.md36 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 DCURLOPT_PROXY_ISSUERCERT_BLOB.md37 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 DCURLOPT_SSH_HOSTKEYFUNCTION.md18 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 Dhacktoberfest-accepted.yml37 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 Dcurl-gnutls.m426 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 DMakefile.am74 check: clients target
77 @(cd clients; $(MAKE) check)
/curl/
H A DMakefile.am117 check: test examples check-docs target
164 @(cd docs/examples; $(MAKE) check)
166 check-docs:
167 @(cd docs/libcurl; $(MAKE) check)

Completed in 23 milliseconds

123456