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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm.c124 char **allocuserpwd; local
143 allocuserpwd = &conn->allocptr.proxyuserpwd;
150 allocuserpwd = &conn->allocptr.userpwd;
184 Curl_safefree(*allocuserpwd);
185 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
189 if(!*allocuserpwd)
191 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
203 Curl_safefree(*allocuserpwd);
204 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
208 if(!*allocuserpwd)
[all...]
H A Dhttp_digest.c315 char **allocuserpwd; local
338 allocuserpwd = &conn->allocptr.proxyuserpwd;
345 allocuserpwd = &conn->allocptr.userpwd;
351 Curl_safefree(*allocuserpwd);
506 *allocuserpwd =
532 *allocuserpwd =
547 if(!*allocuserpwd)
553 tmp = aprintf("%s, opaque=\"%s\"", *allocuserpwd, d->opaque);
556 free(*allocuserpwd);
557 *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 269 milliseconds