Lines Matching refs:allocuserpwd
345 char **allocuserpwd; in Curl_output_ntlm_wb() local
359 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm_wb()
365 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
399 free(*allocuserpwd); in Curl_output_ntlm_wb()
400 *allocuserpwd = aprintf("%sAuthorization: %s\r\n", in Curl_output_ntlm_wb()
403 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
405 if(!*allocuserpwd) in Curl_output_ntlm_wb()
419 free(*allocuserpwd); in Curl_output_ntlm_wb()
420 *allocuserpwd = aprintf("%sAuthorization: %s\r\n", in Curl_output_ntlm_wb()
423 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
427 if(!*allocuserpwd) in Curl_output_ntlm_wb()
433 free(*allocuserpwd); in Curl_output_ntlm_wb()
434 *allocuserpwd = NULL; in Curl_output_ntlm_wb()