Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c55 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset);
97 { "process.max", &fpm_conf_set_integer, GO(process_max) },
98 { "process.priority", &fpm_conf_set_integer, GO(process_priority) },
100 { "rlimit_files", &fpm_conf_set_integer, GO(rlimit_files) },
114 { "listen.backlog", &fpm_conf_set_integer, WPO(listen_backlog) },
119 { "process.priority", &fpm_conf_set_integer, WPO(process_priority) },
121 { "pm.max_children", &fpm_conf_set_integer, WPO(pm_max_children) },
122 { "pm.start_servers", &fpm_conf_set_integer, WPO(pm_start_servers) },
126 { "pm.max_requests", &fpm_conf_set_integer, WPO(pm_max_requests) },
135 { "rlimit_files", &fpm_conf_set_integer, WPO(rlimit_files) },
[all …]

Completed in 7 milliseconds