Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_ntlm_wb.c123 char *ntlm_auth_alloc = NULL; in ntlm_wb_init() local
179 ntlm_auth_alloc = curl_getenv("CURL_NTLM_WB_FILE"); in ntlm_wb_init()
180 if(ntlm_auth_alloc) in ntlm_wb_init()
181 ntlm_auth = ntlm_auth_alloc; in ntlm_wb_init()
249 free(ntlm_auth_alloc); in ntlm_wb_init()
254 free(ntlm_auth_alloc); in ntlm_wb_init()