Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.c420 char **userpwd) /* pointer to allocated string */ in checkpasswd() argument
425 if(!*userpwd) in checkpasswd()
429 psep = strchr(*userpwd, ':'); in checkpasswd()
432 osep = strchr(*userpwd, ';'); in checkpasswd()
434 if(!psep && **userpwd != ';') { in checkpasswd()
448 kind, *userpwd); in checkpasswd()
452 kind, *userpwd, i + 1); in checkpasswd()
459 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd)) in checkpasswd()
463 free(*userpwd); in checkpasswd()
464 *userpwd = curlx_dyn_ptr(&dyn); in checkpasswd()
[all …]
Dtool_cfgable.h97 char *userpwd; member
Dtool_cfgable.c70 Curl_safefree(config->userpwd); in free_config_fields()
Dtool_getparam.c2106 GetStr(&config->userpwd, nextarg); in getparameter()
Dtool_operate.c1362 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in single_transfer()
/external/curl/tests/libtest/
Dlib540.c49 static int init(int num, CURLM *cm, const char *url, const char *userpwd, in init() argument
66 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd); in init()
100 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() argument
110 res = init(num, cm, url, userpwd, headers); in loop()
Dlibauthretry.c31 long auth_scheme, const char *userpwd) in send_request() argument
43 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request()
48 test_setopt(curl, CURLOPT_USERPWD, userpwd); in send_request()
/external/curl/lib/
Dhttp_negotiate.c179 Curl_safefree(data->state.aptr.userpwd); in Curl_output_negotiate()
180 data->state.aptr.userpwd = userp; in Curl_output_negotiate()
Dhttp_digest.c109 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
Drtsp.c393 p_userpwd = data->state.aptr.userpwd; in rtsp_do()
480 Curl_safefree(data->state.aptr.userpwd); in rtsp_do()
481 data->state.aptr.userpwd = NULL; in rtsp_do()
Dhttp_ntlm.c156 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
Dcurl_ntlm_wb.c408 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm_wb()
Dhttp.c308 userp = &data->state.aptr.userpwd; in http_output_basic()
353 userp = &data->state.aptr.userpwd; in http_output_bearer()
2553 data->state.aptr.userpwd?data->state.aptr.userpwd:"", in Curl_http()
2582 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
Durldata.h1397 char *userpwd; member
Durl.c435 Curl_safefree(data->state.aptr.userpwd); in Curl_close()