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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.h35 NTLMSTATE_NONE, enumerator in enum:__anon7556
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm.c97 ntlm->state = NTLMSTATE_NONE;
H A Durldata.h404 NTLMSTATE_NONE, enumerator in enum:__anon997
H A Dhttp.c400 (conn->ntlm.state != NTLMSTATE_NONE) ||
401 (conn->proxyntlm.state != NTLMSTATE_NONE)) {
H A Durl.c2589 int has_host_ntlm = (conn->ntlm.state != NTLMSTATE_NONE);
2590 int has_proxy_ntlm = (conn->proxyntlm.state != NTLMSTATE_NONE);
3130 if(credentialsMatch && check->ntlm.state != NTLMSTATE_NONE) {

Completed in 126 milliseconds