Home
last modified time | relevance | path

Searched refs:ap_user_name (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_pm.c800 if (ap_user_name[0] == '#') { in reduce_privileges()
801 uid_t uid = atoi(&ap_user_name[1]); in reduce_privileges()
813 name = ap_user_name; in reduce_privileges()
H A Dfcgi.h66 #define ap_user_name ap_unixd_config.user_name macro
/dports/www/mod_mono/mod_mono-3.13/src/
H A Dmod_mono.c425 return ap_user_name; in apache_get_username()