Home
last modified time | relevance | path

Searched refs:Curl_auth_is_ntlm_supported (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/vauth/
Dvauth.h139 bool Curl_auth_is_ntlm_supported(void);
Dntlm_sspi.c49 bool Curl_auth_is_ntlm_supported(void) in Curl_auth_is_ntlm_supported() function
Dntlm.c228 bool Curl_auth_is_ntlm_supported(void) in Curl_auth_is_ntlm_supported() function
/third_party/curl/lib/
Dcurl_sasl.c414 if((enabledmechs & SASL_MECH_NTLM) && Curl_auth_is_ntlm_supported()) { in Curl_sasl_start()
Dhttp.c993 Curl_auth_is_ntlm_supported()) { in Curl_http_input_auth()