Home
last modified time | relevance | path

Searched refs:master_as_root (Results 1 – 4 of 4) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dgateway.c76 if (uwsgi.master_as_root)
H A Duwsgi.c767 … no_argument, 0, "leave master process running as root", uwsgi_opt_true, &uwsgi.master_as_root, 0},
2607 …if (!uwsgi.master_as_root && !uwsgi.chown_socket && !uwsgi.drop_after_init && !uwsgi.drop_after_ap…
2845 if (!uwsgi.master_as_root && !uwsgi.drop_after_init && !uwsgi.drop_after_apps) {
2864 if (!uwsgi.master_as_root && !uwsgi.drop_after_apps) {
3122 if (!uwsgi.master_as_root) {
3374 if (uwsgi.master_as_root) {
H A Dutils.c335 if (!uwsgi.master_as_root && !uwsgi.uidname) { in uwsgi_as_root()
589 if (!uwsgi.master_as_root) in uwsgi_as_root()
833 if (!uwsgi.master_as_root) in uwsgi_as_root()
905 if (!uwsgi.master_as_root) in uwsgi_as_root()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1829 int master_as_root; member