Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_ntlm.c119 char **allocuserpwd; in Curl_output_ntlm() local
138 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm()
145 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
179 free(*allocuserpwd); in Curl_output_ntlm()
180 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
184 if(!*allocuserpwd) in Curl_output_ntlm()
187 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd)); 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()
[all …]
Dcurl_ntlm_wb.c337 char **allocuserpwd; in Curl_output_ntlm_wb() local
351 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_ntlm_wb()
357 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
391 free(*allocuserpwd); in Curl_output_ntlm_wb()
392 *allocuserpwd = aprintf("%sAuthorization: %s\r\n", in Curl_output_ntlm_wb()
395 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
409 free(*allocuserpwd); in Curl_output_ntlm_wb()
410 *allocuserpwd = aprintf("%sAuthorization: %s\r\n", in Curl_output_ntlm_wb()
413 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd)); in Curl_output_ntlm_wb()
421 free(*allocuserpwd); in Curl_output_ntlm_wb()
[all …]
Dhttp_digest.c85 char **allocuserpwd; in Curl_output_digest() local
97 allocuserpwd = &conn->allocptr.proxyuserpwd; in Curl_output_digest()
104 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
110 Curl_safefree(*allocuserpwd); in Curl_output_digest()
160 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
164 if(!*allocuserpwd) in Curl_output_digest()