Home
last modified time | relevance | path

Searched refs:GSS_AUTHNONE (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dhttp_negotiate.c97 else if(state != GSS_AUTHNONE) { in Curl_input_negotiate()
217 conn->http_negotiate_state = GSS_AUTHNONE; in Curl_http_auth_cleanup_negotiate()
218 conn->proxy_negotiate_state = GSS_AUTHNONE; in Curl_http_auth_cleanup_negotiate()
Durldata.h374 GSS_AUTHNONE, enumerator
Dhttp.c593 (conn->http_negotiate_state != GSS_AUTHNONE) || in http_perhapsrewind()
594 (conn->proxy_negotiate_state != GSS_AUTHNONE)) { in http_perhapsrewind()