Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp_ntlm.c109 *state = NTLMSTATE_NONE; in Curl_input_ntlm()
Dcurl_ntlm_wb.c364 *state = NTLMSTATE_NONE; in Curl_input_ntlm_wb()
Durl.c1429 if(check->http_ntlm_state == NTLMSTATE_NONE) in ConnectionExists()
1434 else if(check->http_ntlm_state != NTLMSTATE_NONE) { in ConnectionExists()
1453 else if(check->proxy_ntlm_state != NTLMSTATE_NONE) { in ConnectionExists()
1463 (check->http_ntlm_state != NTLMSTATE_NONE)) || in ConnectionExists()
1465 (check->proxy_ntlm_state != NTLMSTATE_NONE))) { in ConnectionExists()
Durldata.h341 NTLMSTATE_NONE, enumerator
Dhttp.c499 (conn->http_ntlm_state != NTLMSTATE_NONE) || in http_perhapsrewind()
500 (conn->proxy_ntlm_state != NTLMSTATE_NONE)) { in http_perhapsrewind()