Searched refs:fpm_conf_set_integer (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 53 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset); 99 { "log_limit", &fpm_conf_set_integer, GO(log_limit) }, 103 { "process.max", &fpm_conf_set_integer, GO(process_max) }, 106 { "rlimit_files", &fpm_conf_set_integer, GO(rlimit_files) }, 123 { "listen.backlog", &fpm_conf_set_integer, WPO(listen_backlog) }, 132 { "process.priority", &fpm_conf_set_integer, WPO(process_priority) }, 135 { "pm.max_children", &fpm_conf_set_integer, WPO(pm_max_children) }, 136 { "pm.start_servers", &fpm_conf_set_integer, WPO(pm_start_servers) }, 140 { "pm.max_requests", &fpm_conf_set_integer, WPO(pm_max_requests) }, 151 { "rlimit_files", &fpm_conf_set_integer, WPO(rlimit_files) }, [all …]
|
Completed in 10 milliseconds