Home
last modified time | relevance | path

Searched refs:authp (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dhttp_digest.c93 struct auth *authp; in Curl_output_digest() local
103 authp = &data->state.authproxy; in Curl_output_digest()
111 authp = &data->state.authhost; in Curl_output_digest()
130 authp->done = FALSE; in Curl_output_digest()
147 if(authp->iestyle) { in Curl_output_digest()
174 authp->done = TRUE; in Curl_output_digest()
H A Dhttp_negotiate.c141 struct auth *authp; in Curl_output_negotiate() local
151 authp = &data->state.authproxy; in Curl_output_negotiate()
159 authp = &data->state.authhost; in Curl_output_negotiate()
163 authp->done = FALSE; in Curl_output_negotiate()
189 authp->done = TRUE; in Curl_output_negotiate()
239 authp->done = TRUE; in Curl_output_negotiate()
H A Dhttp_ntlm.c148 struct auth *authp; in Curl_output_ntlm() local
164 authp = &data->state.authproxy; in Curl_output_ntlm()
178 authp = &data->state.authhost; in Curl_output_ntlm()
180 authp->done = FALSE; in Curl_output_ntlm()
248 authp->done = TRUE; in Curl_output_ntlm()
256 authp->done = TRUE; in Curl_output_ntlm()
H A Dhttp.c843 struct auth *authp; in Curl_http_input_auth() local
847 authp = &data->state.authproxy; in Curl_http_input_auth()
851 authp = &data->state.authhost; in Curl_http_input_auth()
881 authp->avail |= CURLAUTH_NEGOTIATE; in Curl_http_input_auth()
904 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
907 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
909 if(authp->picked == CURLAUTH_NTLM) { in Curl_http_input_auth()
932 authp->avail |= CURLAUTH_DIGEST; in Curl_http_input_auth()
951 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()
956 authp->avail = CURLAUTH_NONE; in Curl_http_input_auth()
[all …]
/curl/docs/libcurl/opts/
H A DCURLINFO_HTTPAUTH_AVAIL.md26 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_HTTPAUTH_AVAIL, long *authp);
H A DCURLINFO_USED_PROXY.md27 long *authp);
H A DCURLINFO_PROXYAUTH_AVAIL.md26 long *authp);

Completed in 16 milliseconds