Lines Matching refs:allocuserpwd
383 char **allocuserpwd; in Curl_output_ntlm_wb() local
398 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm_wb()
408 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm_wb()
443 free(*allocuserpwd); in Curl_output_ntlm_wb()
444 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
447 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
449 if(!*allocuserpwd) in Curl_output_ntlm_wb()
462 free(*allocuserpwd); in Curl_output_ntlm_wb()
463 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm_wb()
466 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
470 if(!*allocuserpwd) in Curl_output_ntlm_wb()
480 Curl_safefree(*allocuserpwd); in Curl_output_ntlm_wb()