Searched refs:avail (Results 1 – 9 of 9) sorted by relevance
138 $avail{$2}++;170 for my $w (sort keys %avail) {178 for my $w (sort keys %avail) {187 if(!$avail{$w}) {
26 const curl_ssl_backend ***avail);42 **CURLSSLSET_UNKNOWN_BACKEND** and set the *avail* pointer to the46 Since libcurl 7.60.0, the *avail* pointer is always set to the list of52 **CURLSSLSET_UNKNOWN_BACKEND** and sets the *avail* pointer to a
363 unsigned long avail = pick->avail & pick->want & mask; in pickoneauth() local368 if(avail & CURLAUTH_NEGOTIATE) in pickoneauth()371 else if(avail & CURLAUTH_BEARER) in pickoneauth()375 else if(avail & CURLAUTH_DIGEST) in pickoneauth()378 else if(avail & CURLAUTH_NTLM) in pickoneauth()381 else if(avail & CURLAUTH_BASIC) in pickoneauth()385 else if(avail & CURLAUTH_AWS_SIGV4) in pickoneauth()881 authp->avail |= CURLAUTH_NEGOTIATE; in Curl_http_input_auth()907 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()951 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()[all …]
333 const curl_ssl_backend ***avail) in curl_global_sslset() argument339 rc = Curl_init_sslset_nolock(id, name, avail); in curl_global_sslset()
404 if(data->set.proxyauth && data->state.authproxy.avail && in recv_CONNECT_resp()
1124 unsigned long avail; /* Bitmask for what the server reports to support for member
63 const curl_ssl_backend ***avail);
1524 const curl_ssl_backend ***avail) in Curl_init_sslset_nolock() argument1528 if(avail) in Curl_init_sslset_nolock()1529 *avail = (const curl_ssl_backend **)&available_backends; in Curl_init_sslset_nolock()1554 const curl_ssl_backend ***avail) in Curl_init_sslset_nolock() argument1558 (void)avail; in Curl_init_sslset_nolock()
2808 const curl_ssl_backend ***avail);
Completed in 48 milliseconds