Searched refs:userpwd (Results 1 – 15 of 15) sorted by relevance
/external/curl/src/ |
D | tool_paramhlp.c | 427 char **userpwd) /* pointer to allocated string */ in checkpasswd() argument 432 if(!*userpwd) in checkpasswd() 436 psep = strchr(*userpwd, ':'); in checkpasswd() 439 osep = strchr(*userpwd, ';'); in checkpasswd() 441 if(!psep && **userpwd != ';') { in checkpasswd() 446 size_t userlen = strlen(*userpwd); in checkpasswd() 456 kind, *userpwd); in checkpasswd() 460 kind, *userpwd, i + 1); in checkpasswd() 470 passptr = realloc(*userpwd, in checkpasswd() 479 *userpwd = passptr; in checkpasswd() [all …]
|
D | tool_cfgable.h | 85 char *userpwd; member
|
D | tool_cfgable.c | 70 Curl_safefree(config->userpwd); in free_config_fields()
|
D | tool_getparam.c | 2036 GetStr(&config->userpwd, nextarg); in getparameter()
|
D | tool_operate.c | 939 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in operate_do()
|
/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 | 163 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate() 164 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
|
D | rtsp.c | 410 p_userpwd = conn->allocptr.userpwd; in rtsp_do() 500 Curl_safefree(conn->allocptr.userpwd); in rtsp_do() 501 conn->allocptr.userpwd = NULL; in rtsp_do()
|
D | http_digest.c | 104 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
|
D | http_ntlm.c | 153 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
|
D | curl_ntlm_wb.c | 365 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
|
D | http.c | 284 userp = &conn->allocptr.userpwd; in http_output_basic() 328 userp = &conn->allocptr.userpwd; in http_output_bearer() 2556 conn->allocptr.userpwd?conn->allocptr.userpwd:"", in Curl_http() 2580 Curl_safefree(conn->allocptr.userpwd); in Curl_http()
|
D | urldata.h | 928 char *userpwd; member
|
D | url.c | 727 Curl_safefree(conn->allocptr.userpwd); in conn_free()
|