Searched refs:userpwd (Results 1 – 15 of 15) sorted by relevance
/external/curl/src/ |
D | tool_paramhlp.c | 420 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 …]
|
D | tool_cfgable.h | 97 char *userpwd; member
|
D | tool_cfgable.c | 70 Curl_safefree(config->userpwd); in free_config_fields()
|
D | tool_getparam.c | 2106 GetStr(&config->userpwd, nextarg); in getparameter()
|
D | tool_operate.c | 1362 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in single_transfer()
|
/external/curl/tests/libtest/ |
D | lib540.c | 49 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()
|
D | libauthretry.c | 31 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/ |
D | http_negotiate.c | 179 Curl_safefree(data->state.aptr.userpwd); in Curl_output_negotiate() 180 data->state.aptr.userpwd = userp; in Curl_output_negotiate()
|
D | http_digest.c | 109 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
|
D | rtsp.c | 393 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()
|
D | http_ntlm.c | 156 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm()
|
D | curl_ntlm_wb.c | 408 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm_wb()
|
D | http.c | 308 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()
|
D | urldata.h | 1397 char *userpwd; member
|
D | url.c | 435 Curl_safefree(data->state.aptr.userpwd); in Curl_close()
|