Searched refs:pick (Results 1 – 15 of 15) sorted by relevance
94 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 …]
359 static bool pickoneauth(struct auth *pick, unsigned long mask) in pickoneauth() argument363 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()
19 Automatically pick a suitable authentication method when communicating with
39 make curl pick the same IP address that is already used for the control
30 netrc with multiple logins - pick first
30 netrc with multiple logins - pick second
35 pick netrc password based on user name in URL
35 Set *CURLSSH_AUTH_ANY* to let libcurl pick a suitable one. Currently
105 This is a convenience macro that sets all bits and thus makes libcurl pick any111 libcurl pick any it finds suitable. libcurl automatically selects the one it
462 # would pick up nghttp2, libidn2, but libssh2 is disabled by default472 # would pick up nghttp2, libidn2, and libssh2
1544 dnl Save build info for test runner to pick up and log
2324 # Save build info for test runner to pick up and log
653 HTTP/2) but then still allows the server to pick version 1.1. We could
608 can more or less pick either single (') or double (") quotes. For
446 to make libcurl pick the most secure one out of the types the server/proxy
Completed in 32 milliseconds