Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_ntlm.c96 ntlm->state = NTLMSTATE_NONE; in Curl_input_ntlm()
Durl.c1389 else if(check->ntlm.state != NTLMSTATE_NONE) { in ConnectionExists()
1405 else if(check->proxyntlm.state != NTLMSTATE_NONE) { in ConnectionExists()
1415 (check->ntlm.state != NTLMSTATE_NONE)) || in ConnectionExists()
1417 (check->proxyntlm.state != NTLMSTATE_NONE))) { in ConnectionExists()
Durldata.h299 NTLMSTATE_NONE, enumerator
Dhttp.c461 (conn->ntlm.state != NTLMSTATE_NONE) || in http_perhapsrewind()
462 (conn->proxyntlm.state != NTLMSTATE_NONE)) { in http_perhapsrewind()