Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.c427 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 …]
Dtool_cfgable.h85 char *userpwd; member
Dtool_cfgable.c70 Curl_safefree(config->userpwd); in free_config_fields()
Dtool_getparam.c2036 GetStr(&config->userpwd, nextarg); in getparameter()
Dtool_operate.c939 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in operate_do()
/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.c163 Curl_safefree(conn->allocptr.userpwd); in Curl_output_negotiate()
164 conn->allocptr.userpwd = userp; in Curl_output_negotiate()
Drtsp.c410 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()
Dhttp_digest.c104 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_digest()
Dhttp_ntlm.c153 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm()
Dcurl_ntlm_wb.c365 allocuserpwd = &conn->allocptr.userpwd; in Curl_output_ntlm_wb()
Dhttp.c284 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()
Durldata.h928 char *userpwd; member
Durl.c727 Curl_safefree(conn->allocptr.userpwd); in conn_free()