/third_party/curl/src/ |
D | tool_paramhlp.c | 499 char **userpwd) /* pointer to allocated string */ in checkpasswd() argument 504 if(!*userpwd) in checkpasswd() 508 psep = strchr(*userpwd, ':'); in checkpasswd() 511 osep = strchr(*userpwd, ';'); in checkpasswd() 513 if(!psep && **userpwd != ';') { in checkpasswd() 527 kind, *userpwd); in checkpasswd() 531 kind, *userpwd, i + 1); in checkpasswd() 538 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd)) in checkpasswd() 542 free(*userpwd); in checkpasswd() 543 *userpwd = curlx_dyn_ptr(&dyn); in checkpasswd() [all …]
|
D | tool_cfgable.h | 92 char *userpwd; member
|
D | tool_cfgable.c | 73 Curl_safefree(config->userpwd); in free_config_fields()
|
D | tool_getparam.c | 2597 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
|
D | tool_operate.c | 1406 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in single_transfer()
|
/third_party/curl/tests/libtest/ |
D | lib540.c | 51 static int init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument 68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd); in init() 102 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument 112 res = init(num, cm, url, userpwd, headers); in loop()
|
D | libauthretry.c | 33 long auth_scheme, const char *userpwd) in send_request() argument 45 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request() 50 test_setopt(curl, CURLOPT_USERPWD, userpwd); in send_request()
|
/third_party/curl/tests/data/ |
D | test898 | 70 …//firsthost.com -L -H "Authorization: Basic am9lOnNlY3JldA==" -H "Cookie: userpwd=am9lOnNlY3JldA==" 84 Cookie: userpwd=am9lOnNlY3JldA==
|
/third_party/curl/lib/ |
D | http_negotiate.c | 178 Curl_safefree(data->state.aptr.userpwd); in Curl_output_negotiate() 179 data->state.aptr.userpwd = userp; in Curl_output_negotiate()
|
D | http_digest.c | 108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
|
D | http_ntlm.c | 171 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
|
D | http_aws_sigv4.c | 799 Curl_safefree(data->state.aptr.userpwd); in Curl_output_aws_sigv4() 800 data->state.aptr.userpwd = auth_headers; in Curl_output_aws_sigv4()
|
D | c-hyper.c | 1053 if(data->state.aptr.userpwd) { in Curl_http() 1054 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http() 1206 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
|
D | rtsp.c | 396 p_userpwd = data->state.aptr.userpwd; in rtsp_do() 481 Curl_safefree(data->state.aptr.userpwd); in rtsp_do()
|
D | curl_ntlm_wb.c | 413 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm_wb()
|
D | http.c | 294 userp = &data->state.aptr.userpwd; in http_output_basic() 341 userp = &data->state.aptr.userpwd; in http_output_bearer() 3248 data->state.aptr.userpwd?data->state.aptr.userpwd:"", in Curl_http() 3280 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
|
D | urldata.h | 1451 char *userpwd; member
|
D | url.c | 316 Curl_safefree(data->state.aptr.userpwd); in Curl_close()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_PROXYUSERPWD.md | 23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYUSERPWD, char *userpwd);
|
D | CURLOPT_USERPWD.md | 22 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USERPWD, char *userpwd);
|