HomeSort by relevance Sort by last modified time
    Searched refs:allocuserpwd (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
http_ntlm.c 119 char **allocuserpwd; local
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)
    [all...]
http_digest.c 85 char **allocuserpwd; local
97 allocuserpwd = &conn->allocptr.proxyuserpwd;
104 allocuserpwd = &conn->allocptr.userpwd;
110 Curl_safefree(*allocuserpwd);
160 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n",
164 if(!*allocuserpwd)
curl_ntlm_wb.c 337 char **allocuserpwd; local
351 allocuserpwd = &conn->allocptr.proxyuserpwd;
357 allocuserpwd = &conn->allocptr.userpwd;
391 free(*allocuserpwd);
392 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
395 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
409 free(*allocuserpwd);
410 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
413 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
421 free(*allocuserpwd);
    [all...]

Completed in 103 milliseconds