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 122 char **allocuserpwd; local
141 allocuserpwd = &conn->allocptr.proxyuserpwd;
148 allocuserpwd = &conn->allocptr.userpwd;
182 free(*allocuserpwd);
183 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
187 if(!*allocuserpwd)
190 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
202 free(*allocuserpwd);
203 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
207 if(!*allocuserpwd)
    [all...]
http_digest.c 85 char **allocuserpwd; local
97 allocuserpwd = &conn->allocptr.proxyuserpwd;
104 allocuserpwd = &conn->allocptr.userpwd;
110 Curl_safefree(*allocuserpwd);
162 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n",
166 if(!*allocuserpwd)
curl_ntlm_wb.c 332 char **allocuserpwd; local
346 allocuserpwd = &conn->allocptr.proxyuserpwd;
352 allocuserpwd = &conn->allocptr.userpwd;
386 free(*allocuserpwd);
387 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
390 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
404 free(*allocuserpwd);
405 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
408 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
416 free(*allocuserpwd);
    [all...]

Completed in 610 milliseconds