Home
last modified time | relevance | path

Searched refs:userpwd (Results 1 – 19 of 19) sorted by relevance

/curl/src/
H A Dtool_paramhlp.c539 if(!*userpwd) in checkpasswd()
543 psep = strchr(*userpwd, ':'); in checkpasswd()
546 osep = strchr(*userpwd, ';'); in checkpasswd()
548 if(!psep && **userpwd != ';') { in checkpasswd()
562 kind, *userpwd); in checkpasswd()
566 kind, *userpwd, i + 1); in checkpasswd()
573 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd)) in checkpasswd()
577 free(*userpwd); in checkpasswd()
578 *userpwd = curlx_dyn_ptr(&dyn); in checkpasswd()
686 if(config->userpwd && !config->oauth_bearer) { in get_args()
[all …]
H A Dtool_cfgable.h94 char *userpwd; member
H A Dtool_cfgable.c73 Curl_safefree(config->userpwd); in free_config_fields()
H A Dtool_getparam.c2490 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
H A Dtool_operate.c1026 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in config2setopts()
/curl/tests/libtest/
H A Dlibauthretry.c33 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()
H A Dlib540.c51 static CURLcode init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument
68 res_easy_setopt(testeh[num], CURLOPT_PROXYUSERPWD, userpwd); in init()
102 static CURLcode loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument
112 res = init(num, cm, url, userpwd, headers); in loop()
/curl/tests/data/
H A Dtest89870 …//firsthost.com -L -H "Authorization: Basic am9lOnNlY3JldA==" -H "Cookie: userpwd=am9lOnNlY3JldA=="
84 Cookie: userpwd=am9lOnNlY3JldA==
/curl/lib/
H A Dhttp_negotiate.c210 Curl_safefree(data->state.aptr.userpwd); in Curl_output_negotiate()
211 data->state.aptr.userpwd = userp; in Curl_output_negotiate()
H A Dhttp_digest.c108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
H A Dhttp_ntlm.c170 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
H A Dhttp_aws_sigv4.c848 Curl_safefree(data->state.aptr.userpwd); in Curl_output_aws_sigv4()
849 data->state.aptr.userpwd = auth_headers; in Curl_output_aws_sigv4()
H A Dc-hyper.c1017 if(data->state.aptr.userpwd) { in Curl_http()
1018 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http()
1170 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
H A Drtsp.c402 p_userpwd = data->state.aptr.userpwd; in rtsp_do()
486 Curl_safefree(data->state.aptr.userpwd); in rtsp_do()
H A Dhttp.c289 userp = &data->state.aptr.userpwd; in http_output_basic()
336 userp = &data->state.aptr.userpwd; in http_output_bearer()
2644 data->state.aptr.userpwd ? data->state.aptr.userpwd : "", in Curl_http()
2675 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
H A Durldata.h1330 char *userpwd; member
H A Durl.c313 Curl_safefree(data->state.aptr.userpwd); in Curl_close()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXYUSERPWD.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYUSERPWD, char *userpwd);
H A DCURLOPT_USERPWD.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_USERPWD, char *userpwd);

Completed in 106 milliseconds