Lines Matching defs:allocuserpwd
389 char **allocuserpwd;
403 allocuserpwd = &data->state.aptr.proxyuserpwd;
413 allocuserpwd = &data->state.aptr.userpwd;
449 free(*allocuserpwd);
450 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
453 DEBUG_OUT(fprintf(stderr, "**** Header %s\n ", *allocuserpwd));
455 if(!*allocuserpwd)
468 free(*allocuserpwd);
469 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
472 DEBUG_OUT(fprintf(stderr, "**** %s\n ", *allocuserpwd));
476 if(!*allocuserpwd)
486 Curl_safefree(*allocuserpwd);