Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp_ntlm.c111 *state = NTLMSTATE_NONE; in Curl_input_ntlm()
Dcurl_ntlm_wb.c364 *state = NTLMSTATE_NONE; in Curl_input_ntlm_wb()
Durl.c1387 if(check->http_ntlm_state == NTLMSTATE_NONE) in ConnectionExists()
1392 else if(check->http_ntlm_state != NTLMSTATE_NONE) { in ConnectionExists()
1411 else if(check->proxy_ntlm_state != NTLMSTATE_NONE) { in ConnectionExists()
1421 (check->http_ntlm_state != NTLMSTATE_NONE)) || in ConnectionExists()
1423 (check->proxy_ntlm_state != NTLMSTATE_NONE))) { in ConnectionExists()
Durldata.h366 NTLMSTATE_NONE, enumerator
Dhttp.c565 (conn->http_ntlm_state != NTLMSTATE_NONE) || in http_perhapsrewind()
566 (conn->proxy_ntlm_state != NTLMSTATE_NONE)) { in http_perhapsrewind()