Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c49 #define GO(field) offsetof(struct fpm_global_config_s, field) macro
91 { "pid", &fpm_conf_set_string, GO(pid_file) },
92 { "error_log", &fpm_conf_set_string, GO(error_log) },
94 { "syslog.ident", &fpm_conf_set_string, GO(syslog_ident) },
97 { "log_buffering", &fpm_conf_set_boolean, GO(log_buffering) },
98 { "log_level", &fpm_conf_set_log_level, GO(log_level) },
99 { "log_limit", &fpm_conf_set_integer, GO(log_limit) },
103 { "process.max", &fpm_conf_set_integer, GO(process_max) },
105 { "daemonize", &fpm_conf_set_boolean, GO(daemonize) },
106 { "rlimit_files", &fpm_conf_set_integer, GO(rlimit_files) },
[all …]

Completed in 21 milliseconds