Lines Matching defs:allocuserpwd
138 char **allocuserpwd;
157 allocuserpwd = &data->state.aptr.proxyuserpwd;
171 allocuserpwd = &data->state.aptr.userpwd;
221 free(*allocuserpwd);
222 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
226 if(!*allocuserpwd)
240 free(*allocuserpwd);
241 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
245 if(!*allocuserpwd)
256 Curl_safefree(*allocuserpwd);