Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dutils.c434 if (uwsgi.jidfile) { in uwsgi_as_root()
435 if (uwsgi_write_intfile(uwsgi.jidfile, jail_id)) { in uwsgi_as_root()
508 if (uwsgi.jidfile) { in uwsgi_as_root()
509 if (uwsgi_write_intfile(uwsgi.jidfile, jail_id)) { in uwsgi_as_root()
H A Duwsgi.c387 …, 0, "save the jid of a FreeBSD jail in the specified file", uwsgi_opt_set_str, &uwsgi.jidfile, 0},
388 …, 0, "save the jid of a FreeBSD jail in the specified file", uwsgi_opt_set_str, &uwsgi.jidfile, 0},
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2049 char *jidfile; member