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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_ntlm.c122 char **allocuserpwd; local
141 allocuserpwd = &conn->allocptr.proxyuserpwd;
148 allocuserpwd = &conn->allocptr.userpwd;
183 Curl_safefree(*allocuserpwd);
184 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
187 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
200 Curl_safefree(*allocuserpwd);
201 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
204 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
215 if(*allocuserpwd) {
[all...]
H A Dhttp_digest.c288 char **allocuserpwd; local
309 allocuserpwd = &conn->allocptr.proxyuserpwd;
316 allocuserpwd = &conn->allocptr.userpwd;
322 if(*allocuserpwd) {
323 Curl_safefree(*allocuserpwd);
324 *allocuserpwd = NULL;
470 *allocuserpwd =
496 *allocuserpwd =
510 if(!*allocuserpwd)
516 tmp = aprintf("%s, opaque=\"%s\"", *allocuserpwd,
[all...]
H A Dcurl_ntlm_wb.c299 char **allocuserpwd; local
313 allocuserpwd = &conn->allocptr.proxyuserpwd;
319 allocuserpwd = &conn->allocptr.userpwd;
353 Curl_safefree(*allocuserpwd);
354 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
357 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
371 Curl_safefree(*allocuserpwd);
372 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
375 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
383 if(*allocuserpwd) {
[all...]

Completed in 100 milliseconds