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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c118 char *ntlm_auth_alloc = NULL; local
141 ntlm_auth_alloc = curl_getenv("CURL_NTLM_WB_FILE");
142 if(ntlm_auth_alloc)
143 ntlm_auth = ntlm_auth_alloc;
217 Curl_safefree(ntlm_auth_alloc);
222 Curl_safefree(ntlm_auth_alloc);

Completed in 32 milliseconds