Searched refs:force_daemon (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm.c | 46 …*config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon, int force_stde… in fpm_init() argument 60 0 > fpm_conf_init_main(test_conf, force_daemon) || in fpm_init()
|
H A D | fpm.h | 40 …*config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon, int force_stde…
|
H A D | fpm_conf.h | 115 int fpm_conf_init_main(int test_conf, int force_daemon);
|
H A D | fpm_conf.c | 1156 static int fpm_conf_post_process(int force_daemon) /* {{{ */ in fpm_conf_post_process() argument 1164 if (force_daemon >= 0) { in fpm_conf_post_process() 1166 fpm_global_config.daemonize = force_daemon; in fpm_conf_post_process() 1666 int fpm_conf_init_main(int test_conf, int force_daemon) /* {{{ */ in fpm_conf_init_main() argument 1711 if (0 > fpm_conf_post_process(force_daemon)) { in fpm_conf_init_main()
|
H A D | fpm_main.c | 1593 int force_daemon = -1; local 1724 force_daemon = 1; 1728 force_daemon = 0; 1862 …pm_config), fpm_prefix, fpm_pid, test_conf, php_allow_to_run_as_root, force_daemon, force_stderr))…
|
Completed in 30 milliseconds