Lines Matching defs:password
302 * user NULL if no user/password permitted
303 * password holder for password
314 char *user = NULL, *password = NULL;
330 /* find _last_ '@' since it might occur in user/password part */
338 /* find password */
342 password = ap_proxy_canonenc(p, strp + 1, strlen(strp + 1), enc_user, 1, 0);
343 if (password == NULL) {
344 return "Bad %-escape in URL (password)";
357 *passwordp = password;
404 char *url, *user = NULL, *password = NULL, *err, *host = NULL;
418 err = ap_proxy_canon_netloc(r->pool, &url, &user, &password, &host, &port);