Lines Matching defs:userpwd
499 char **userpwd) /* pointer to allocated string */
504 if(!*userpwd)
508 psep = strchr(*userpwd, ':');
511 osep = strchr(*userpwd, ';');
513 if(!psep && **userpwd != ';') {
527 kind, *userpwd);
531 kind, *userpwd, i + 1);
538 if(curlx_dyn_addf(&dyn, "%s:%s", *userpwd, passwd))
542 free(*userpwd);
543 *userpwd = curlx_dyn_ptr(&dyn);
651 if(config->userpwd && !config->oauth_bearer) {
652 result = checkpasswd("host", i, last, &config->userpwd);