Home
last modified time | relevance | path

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

123456

/curl/tests/libtest/
H A Dmk-lib1521.pl243 print "${pref} NULL);\n$check";
247 print "${pref} 0L);\n$check";
248 print "${pref} 22L);\n$check";
249 print "${pref} LO);\n$check";
250 print "${pref} HI);\n$check";
320 print "$c &charp);\n$check";
323 print "$c &val);\n$check";
326 print "$c &oval);\n$check";
329 print "$c &dval);\n$check";
332 print "$c &slist);\n$check";
[all …]
/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
94 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.c177 char check[sizeof(rnd)]; in Curl_socketpair() local
178 char *p = &check[0]; in Curl_socketpair()
179 size_t s = sizeof(check); in Curl_socketpair()
222 if(memcmp(rnd, check, sizeof(check))) in Curl_socketpair()
H A Durl.c992 if(check->connect_only || check->bits.close) in ConnectionExists()
1010 if(CONN_INUSE(check)) { in ConnectionExists()
1034 if(!check->bits.multiplex && CONN_INUSE(check)) in ConnectionExists()
1130 (!check->localdev || strcmp(check->localdev, needle->localdev)))) in ConnectionExists()
1228 chosen = check; in ConnectionExists()
1242 if(!check->http_proxy.user || !check->http_proxy.passwd) in ConnectionExists()
1261 chosen = check; in ConnectionExists()
1276 if(CONN_INUSE(check)) { in ConnectionExists()
1280 if(CONN_INUSE(check) >= in ConnectionExists()
1286 if(CONN_INUSE(check) >= in ConnectionExists()
[all …]
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/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 Dtest23110 # 16 bytes to check
H A Dtest6306 server key 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
71 struct check list6[]= {
/curl/.github/workflows/
H A Dlinkcheck.yml29 # Docs: https://github.com/marketplace/actions/markdown-link-check
30 check:
39 …- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 #…
H A Dbadwords.yml21 check:
28 - name: check
H A Dproselint.yml29 check:
53 - name: check prose
70 - name: check special prose
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/src/
H A Dtool_cb_prg.c76 int check = bar->width - 2; in fly() local
86 pos = sinus[bar->tick%200] / (1000000 / check); in fly()
88 pos = sinus[(bar->tick + 5)%200] / (1000000 / check); in fly()
90 pos = sinus[(bar->tick + 10)%200] / (1000000 / check); in fly()
92 pos = sinus[(bar->tick + 15)%200] / (1000000 / check); in fly()
/curl/.github/scripts/
H A Dverify-examples.pl28 my $check = "./scripts/checksrc.pl";
42 my $rc = system("$check test.c") >> 8;
/curl/CMake/
H A DCurlTests.c325 void check(char c) {} in check() function
331 check(strerror_r(EACCES, buffer, sizeof(buffer))[0]); in main()
341 void check(float f) {} in check() function
347 check(strerror_r(EACCES, buffer, sizeof(buffer))); in main()
/curl/docs/libcurl/opts/
H A DCURLOPT_ISSUERCERT.md33 certificate in PEM format. If the option is set, an additional check against
35 associated with the certificate provided by the option. This additional check
40 CURLOPT_SSL_VERIFYPEER(3) option. Otherwise, the result of the check is
46 has to be set too for the check to fail). (Added in 7.19.0)
H A DCURLOPT_PROXY_ISSUERCERT.md35 certificate in PEM format. If the option is set, an additional check against
38 additional check is useful in multi-level PKI where one needs to enforce that
43 check is not considered as failure.
48 (CURLOPT_PROXY_SSL_VERIFYPEER(3) has to be set too for the check to
H A DCURLOPT_ISSUERCERT_BLOB.md35 format. If the option is set, an additional check against the peer certificate
37 certificate provided by the option. This additional check is useful in
42 CURLOPT_SSL_VERIFYPEER(3) option. Otherwise, the result of the check is
48 has to be set too for the check to fail).
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md36 format. If the option is set, an additional check against the peer certificate
38 associated with the certificate provided by the option. This additional check
44 check is not considered as failure.
49 (CURLOPT_PROXY_SSL_VERIFYPEER(3) has to be set too for the check to fail).
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md17 CURLOPT_SSH_HOSTKEYFUNCTION - callback to check host key
40 **key** is **keylen** bytes long and is the key to check. **keytype**
70 const char *key, /* host key to check */
/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
144 # First check if we can detect either crypto library via transitive linking
/curl/tests/http/
H A DMakefile.am67 check: clients target
70 @(cd clients; $(MAKE) check)
/curl/
H A DMakefile.am108 check: test examples check-docs target
143 @(cd docs/examples; $(MAKE) check)
145 check-docs:
146 @(cd docs/libcurl; $(MAKE) check)

Completed in 115 milliseconds

123456