Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c59 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset);
105 { "process.max", &fpm_conf_set_integer, GO(process_max) },
106 { "process.priority", &fpm_conf_set_integer, GO(process_priority) },
108 { "rlimit_files", &fpm_conf_set_integer, GO(rlimit_files) },
125 { "listen.backlog", &fpm_conf_set_integer, WPO(listen_backlog) },
130 { "process.priority", &fpm_conf_set_integer, WPO(process_priority) },
132 { "pm.max_children", &fpm_conf_set_integer, WPO(pm_max_children) },
133 { "pm.start_servers", &fpm_conf_set_integer, WPO(pm_start_servers) },
137 { "pm.max_requests", &fpm_conf_set_integer, WPO(pm_max_requests) },
146 { "rlimit_files", &fpm_conf_set_integer, WPO(rlimit_files) },
[all …]

Completed in 8 milliseconds