Lines Matching refs:allocuserpwd
119 char **allocuserpwd;
138 allocuserpwd = &conn->allocptr.proxyuserpwd;
145 allocuserpwd = &conn->allocptr.userpwd;
179 free(*allocuserpwd);
180 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
184 if(!*allocuserpwd)
187 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
199 free(*allocuserpwd);
200 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
204 if(!*allocuserpwd)
207 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
220 Curl_safefree(*allocuserpwd);