Home
last modified time | relevance | path

Searched refs:authp (Results 1 – 7 of 7) sorted by last modified time

/curl/lib/
H A Dhttp.c852 struct auth *authp; in Curl_http_input_auth() local
856 authp = &data->state.authproxy; in Curl_http_input_auth()
860 authp = &data->state.authhost; in Curl_http_input_auth()
890 authp->avail |= CURLAUTH_NEGOTIATE; in Curl_http_input_auth()
913 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
916 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
918 if(authp->picked == CURLAUTH_NTLM) { in Curl_http_input_auth()
941 authp->avail |= CURLAUTH_DIGEST; in Curl_http_input_auth()
960 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()
965 authp->avail = CURLAUTH_NONE; in Curl_http_input_auth()
[all …]
H A Dhttp_negotiate.c124 struct auth *authp; in Curl_output_negotiate() local
134 authp = &data->state.authproxy; in Curl_output_negotiate()
142 authp = &data->state.authhost; in Curl_output_negotiate()
146 authp->done = FALSE; in Curl_output_negotiate()
172 authp->done = TRUE; in Curl_output_negotiate()
222 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_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()
/curl/docs/libcurl/opts/
H A DCURLINFO_USED_PROXY.md26 long *authp);
H A DCURLINFO_PROXYAUTH_AVAIL.md25 long *authp);
H A DCURLINFO_HTTPAUTH_AVAIL.md25 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_HTTPAUTH_AVAIL, long *authp);

Completed in 26 milliseconds