Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 15 of 15) sorted by relevance

/curl/lib/
H A Dheaders.c94 pick = hs; in curl_easy_header()
105 hs = pick; in curl_easy_header()
146 pick = prev->anchor; in curl_easy_nextheader()
147 if(!pick) in curl_easy_nextheader()
150 pick = Curl_node_next(pick); in curl_easy_nextheader()
155 if(pick) { in curl_easy_nextheader()
161 pick = Curl_node_next(pick); in curl_easy_nextheader()
162 } while(pick); in curl_easy_nextheader()
165 if(!pick) in curl_easy_nextheader()
169 hs = Curl_node_elem(pick); in curl_easy_nextheader()
[all …]
H A Dhttp.c359 static bool pickoneauth(struct auth *pick, unsigned long mask) in pickoneauth() argument
363 unsigned long avail = pick->avail & pick->want & mask; in pickoneauth()
369 pick->picked = CURLAUTH_NEGOTIATE; in pickoneauth()
372 pick->picked = CURLAUTH_BEARER; in pickoneauth()
376 pick->picked = CURLAUTH_DIGEST; in pickoneauth()
379 pick->picked = CURLAUTH_NTLM; in pickoneauth()
382 pick->picked = CURLAUTH_BASIC; in pickoneauth()
386 pick->picked = CURLAUTH_AWS_SIGV4; in pickoneauth()
389 pick->picked = CURLAUTH_PICKNONE; /* we select to use nothing */ in pickoneauth()
392 pick->avail = CURLAUTH_NONE; /* clear it here */ in pickoneauth()
/curl/docs/cmdline-opts/
H A Dproxy-anyauth.md19 Automatically pick a suitable authentication method when communicating with
H A Dftp-port.md39 make curl pick the same IP address that is already used for the control
/curl/tests/data/
H A Dtest68230 netrc with multiple logins - pick first
H A Dtest68330 netrc with multiple logins - pick second
H A Dtest38035 pick netrc password based on user name in URL
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_AUTH_TYPES.md35 Set *CURLSSH_AUTH_ANY* to let libcurl pick a suitable one. Currently
H A DCURLOPT_HTTPAUTH.md105 This is a convenience macro that sets all bits and thus makes libcurl pick any
111 libcurl pick any it finds suitable. libcurl automatically selects the one it
/curl/.github/workflows/
H A Dmacos.yml462 # would pick up nghttp2, libidn2, but libssh2 is disabled by default
472 # would pick up nghttp2, libidn2, and libssh2
/curl/
H A Dacinclude.m41544 dnl Save build info for test runner to pick up and log
H A DCMakeLists.txt2324 # Save build info for test runner to pick up and log
/curl/docs/
H A DTODO653 HTTP/2) but then still allows the server to pick version 1.1. We could
H A DFAQ608 can more or less pick either single (') or double (") quotes. For
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md446 to make libcurl pick the most secure one out of the types the server/proxy

Completed in 38 milliseconds