Searched refs:homedir (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/mappers/
H A Dmod_userdir.c305 char *homedir; local
307 if (apr_uid_homepath_get(&homedir, user, r->pool) == APR_SUCCESS) {
308 filename = apr_pstrcat(r->pool, homedir, "/", userdir, NULL);
H A Dmod_rewrite.c2612 char *homedir; local
2615 if (apr_uid_homepath_get(&homedir, user, r->pool) == APR_SUCCESS) {
2618 user = homedir + strlen(homedir) - 1;
2619 if (user >= homedir && *user == '/') {
2623 return apr_pstrcat(r->pool, homedir, p, NULL);
2626 return homedir;

Completed in 1593 milliseconds