Searched refs:force_daemon (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm.c | 45 …*config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon, int force_stde… in fpm_init() argument 59 0 > fpm_conf_init_main(test_conf, force_daemon) || in fpm_init()
|
H A D | fpm.h | 39 …*config, char *prefix, char *pid, int test_conf, int run_as_root, int force_daemon, int force_stde…
|
H A D | fpm_conf.h | 114 int fpm_conf_init_main(int test_conf, int force_daemon);
|
H A D | fpm_conf.c | 1155 static int fpm_conf_post_process(int force_daemon) /* {{{ */ in fpm_conf_post_process() argument 1163 if (force_daemon >= 0) { in fpm_conf_post_process() 1165 fpm_global_config.daemonize = force_daemon; in fpm_conf_post_process() 1665 int fpm_conf_init_main(int test_conf, int force_daemon) /* {{{ */ in fpm_conf_init_main() argument 1710 if (0 > fpm_conf_post_process(force_daemon)) { in fpm_conf_init_main()
|
H A D | fpm_main.c | 1594 int force_daemon = -1; local 1723 force_daemon = 1; 1727 force_daemon = 0; 1861 …pm_config), fpm_prefix, fpm_pid, test_conf, php_allow_to_run_as_root, force_daemon, force_stderr))…
|
Completed in 14 milliseconds