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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_wb.c119 char *ntlm_auth_alloc = NULL; local
142 ntlm_auth_alloc = curl_getenv("CURL_NTLM_WB_FILE");
143 if(ntlm_auth_alloc)
144 ntlm_auth = ntlm_auth_alloc;
218 Curl_safefree(ntlm_auth_alloc);
223 Curl_safefree(ntlm_auth_alloc);

Completed in 63 milliseconds