Lines Matching defs:user
302 * user NULL if no user/password permitted
314 char *user = NULL, *password = NULL;
330 /* find _last_ '@' since it might occur in user/password part */
335 user = host;
339 strp = strchr(user, ':');
348 user = ap_proxy_canonenc(p, user, strlen(user), enc_user, 1, 0);
349 if (user == NULL) {
354 *userp = user;
404 char *url, *user = NULL, *password = NULL, *err, *host = NULL;
418 err = ap_proxy_canon_netloc(r->pool, &url, &user, &password, &host, &port);
2352 r->user == NULL && /* we haven't yet authenticated */
3568 if (r->user != NULL) { /* we've authenticated */