Home
last modified time | relevance | path

Searched refs:best (Results 1 – 22 of 22) sorted by relevance

/curl/lib/
H A Dinet_ntop.c101 } best, cur; in inet_ntop6() local
113 best.base = -1; in inet_ntop6()
115 best.len = 0; in inet_ntop6()
127 if(best.base == -1 || cur.len > best.len) in inet_ntop6()
128 best = cur; in inet_ntop6()
132 if((cur.base != -1) && (best.base == -1 || cur.len > best.len)) in inet_ntop6()
133 best = cur; in inet_ntop6()
134 if(best.base != -1 && best.len < 2) in inet_ntop6()
140 if(best.base != -1 && i >= best.base && i < (best.base + best.len)) { in inet_ntop6()
154 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6()
[all …]
/curl/docs/cmdline-opts/
H A Dssl-revoke-best-effort.md4 Long: ssl-revoke-best-effort
14 - --ssl-revoke-best-effort $URL
17 # `--ssl-revoke-best-effort`
H A DMakefile.inc271 ssl-revoke-best-effort.md \
/curl/tests/data/
H A Dtest207035 Ignore certificate revocation "best effort" strategy
42 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT…
H A Dtest92513 252 Send some mail and I'll try my best
H A Dtest96717 252 Send some mail and I'll try my best
H A Dtest32830 # best we can do right now
H A Dtest203343 …crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der --ssl-revoke-best-effort https://loca…
H A Dtest207943 …crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem --ssl-revoke-best-effort https://loca…
H A Dtest208743 …ile[%SRCDIR/certs/Server-localhost-sv.pub.der]sha256b64file% --ssl-revoke-best-effort https://loca…
H A Dtest302342 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT…
H A Dtest302442 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --ssl-revoke-best-effort https://localhost:%HTTPSPORT…
/curl/scripts/
H A Dmaketgz189 …tar --create --format=ustar --owner=0 --group=0 --numeric-owner --sort=name curl-* | gzip --best -…
206 gzip -dc "$targz" | bzip2 --best > "$bzip2"
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXYAUTH.md35 see what authentication methods it supports and then it picks the best one you
H A DCURLOPT_SSL_OPTIONS.md92 is only supported for GnuTLS. This option works on a best effort basis,
H A DCURLOPT_HTTPAUTH.md35 then picks the best one you allow it to use. For some methods, this induces an
/curl/docs/
H A Doptions-in-versions237 --ssl-revoke-best-effort 7.70.0
H A DKNOWN_BUGS601 This is *best* fixed by adding monitoring to connections while they are kept
/curl/tests/
H A Druntests.md133 Run the given test(s) with gdb. This is best used on a single test case and
140 Run the given test(s) with lldb. This is best used on a single test case and
/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com194 $! but are best practice to put on all header files.
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md144 It is considered best-practice to determine libcurl features at runtime rather
458 "best" in its own internal order of preference.
1111 libcurl does its best to change directory to the target directory before doing
1219 best for all the people behind firewalls, NATs or IP-masquerading setups.
1383 The best usage of this interface is when you do a select() on all possible
H A Dlibcurl-security.md425 ask someone for help, everything you reveal in order to get best possible help

Completed in 27 milliseconds