HomeSort by relevance Sort by last modified time
    Searched refs:userpwd (Results 1 - 15 of 15) sorted by null

  /external/curl/src/
tool_paramhlp.c 395 char **userpwd) /* pointer to allocated string */
400 if(!*userpwd)
404 psep = strchr(*userpwd, ':');
407 osep = strchr(*userpwd, ';');
409 if(!psep && **userpwd != ';') {
414 size_t userlen = strlen(*userpwd);
424 kind, *userpwd);
429 kind, *userpwd, (curl_off_t) (i + 1));
439 passptr = realloc(*userpwd,
448 *userpwd = passptr
    [all...]
tool_cfgable.c 66 Curl_safefree(config->userpwd);
tool_cfgable.h 76 char *userpwd; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c 915 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd);
    [all...]
  /external/curl/tests/libtest/
libauthretry.c 32 long auth_scheme, const char *userpwd)
44 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme);
49 test_setopt(curl, CURLOPT_USERPWD, userpwd);
lib540.c 51 static int init(int num, CURLM *cm, const char* url, const char* userpwd,
68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
102 static int loop(int num, CURLM *cm, const char* url, const char* userpwd,
112 res = init(num, cm, url, userpwd, headers);
  /external/curl/lib/
http_negotiate.c 118 Curl_safefree(conn->allocptr.userpwd);
119 conn->allocptr.userpwd = userp;
http_digest.c 104 allocuserpwd = &conn->allocptr.userpwd;
http_ntlm.c 145 allocuserpwd = &conn->allocptr.userpwd;
rtsp.c 401 p_userpwd = conn->allocptr.userpwd;
476 "%s" /* userpwd */
488 * Free userpwd now --- cannot reuse this for Negotiate and possibly NTLM
491 Curl_safefree (conn->allocptr.userpwd);
492 conn->allocptr.userpwd = NULL;
curl_ntlm_wb.c 357 allocuserpwd = &conn->allocptr.userpwd;
http.c 295 userp = &conn->allocptr.userpwd;
    [all...]
urldata.h 983 char *userpwd; member in struct:connectdata::dynamically_allocated_data
    [all...]
url.c     [all...]

Completed in 301 milliseconds