Lines Matching refs:allocuserpwd
122 char **allocuserpwd; in Curl_output_ntlm() local
142 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
156 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
199 free(*allocuserpwd); in Curl_output_ntlm()
200 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
204 if(!*allocuserpwd) in Curl_output_ntlm()
207 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd)); in Curl_output_ntlm()
219 free(*allocuserpwd); in Curl_output_ntlm()
220 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
224 if(!*allocuserpwd) in Curl_output_ntlm()
227 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd)); in Curl_output_ntlm()
240 Curl_safefree(*allocuserpwd); in Curl_output_ntlm()