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

/external/curl/lib/
H A Dcurl_ntlm_wb.c120 char *ntlm_auth_alloc = NULL; local
171 ntlm_auth_alloc = curl_getenv("CURL_NTLM_WB_FILE");
172 if(ntlm_auth_alloc)
173 ntlm_auth = ntlm_auth_alloc;
247 free(ntlm_auth_alloc);
252 free(ntlm_auth_alloc);

Completed in 124 milliseconds