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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_ntlm.c128 char **allocuserpwd; local
147 allocuserpwd = &conn->allocptr.proxyuserpwd;
154 allocuserpwd = &conn->allocptr.userpwd;
188 Curl_safefree(*allocuserpwd);
189 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
193 if(!*allocuserpwd)
195 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
207 Curl_safefree(*allocuserpwd);
208 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
212 if(!*allocuserpwd)
[all...]
H A Dhttp_digest.c289 char **allocuserpwd; local
311 allocuserpwd = &conn->allocptr.proxyuserpwd;
318 allocuserpwd = &conn->allocptr.userpwd;
324 if(*allocuserpwd) {
325 Curl_safefree(*allocuserpwd);
326 *allocuserpwd = NULL;
474 *allocuserpwd =
500 *allocuserpwd =
514 if(!*allocuserpwd)
520 tmp = aprintf("%s, opaque=\"%s\"", *allocuserpwd,
[all...]
H A Dcurl_ntlm_wb.c296 char **allocuserpwd; local
310 allocuserpwd = &conn->allocptr.proxyuserpwd;
316 allocuserpwd = &conn->allocptr.userpwd;
350 Curl_safefree(*allocuserpwd);
351 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
354 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
368 Curl_safefree(*allocuserpwd);
369 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
372 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
380 if(*allocuserpwd) {
[all...]

Completed in 121 milliseconds