Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_ntlm.c137 char **allocuserpwd; in Curl_output_ntlm() local
156 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm()
170 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
220 free(*allocuserpwd); in Curl_output_ntlm()
221 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
225 if(!*allocuserpwd) in Curl_output_ntlm()
239 free(*allocuserpwd); in Curl_output_ntlm()
240 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
244 if(!*allocuserpwd) in Curl_output_ntlm()
255 Curl_safefree(*allocuserpwd); in Curl_output_ntlm()
H A Dhttp_digest.c85 char **allocuserpwd; in Curl_output_digest() local
100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
114 Curl_safefree(*allocuserpwd); in Curl_output_digest()
167 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
171 if(!*allocuserpwd) in Curl_output_digest()

Completed in 7 milliseconds