Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c55 #define GO(field) offsetof(struct fpm_global_config_s, field) macro
95 { "pid", &fpm_conf_set_string, GO(pid_file) },
96 { "error_log", &fpm_conf_set_string, GO(error_log) },
98 { "syslog.ident", &fpm_conf_set_string, GO(syslog_ident) },
99 { "syslog.facility", &fpm_conf_set_syslog_facility, GO(syslog_facility) },
101 { "log_level", &fpm_conf_set_log_level, GO(log_level) },
105 { "process.max", &fpm_conf_set_integer, GO(process_max) },
106 { "process.priority", &fpm_conf_set_integer, GO(process_priority) },
107 { "daemonize", &fpm_conf_set_boolean, GO(daemonize) },
108 { "rlimit_files", &fpm_conf_set_integer, GO(rlimit_files) },
[all …]
/PHP-5.5/ext/json/
H A DJSON_parser.c111 GO, /* start */ enumerator
154 /*start GO*/ {GO,GO,-6,__,-5,__,__,__,ST,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,…
245 jp->state = GO; in new_JSON_parser()

Completed in 20 milliseconds