Home | History | Annotate | Download | only in src

Lines Matching refs:userpwd

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;
522 if(config->userpwd && !config->oauth_bearer) {
523 result = checkpasswd("host", i, last, &config->userpwd);