Searched refs:nxt_common_app_conf_t (Results 1 – 11 of 11) sorted by relevance
/unit/src/ |
H A D | nxt_main_process.c | 106 offsetof(nxt_common_app_conf_t, type), 112 offsetof(nxt_common_app_conf_t, user), 118 offsetof(nxt_common_app_conf_t, group), 130 offsetof(nxt_common_app_conf_t, environment), 136 offsetof(nxt_common_app_conf_t, isolation), 142 offsetof(nxt_common_app_conf_t, limits), 152 offsetof(nxt_common_app_conf_t, shm_limit), 158 offsetof(nxt_common_app_conf_t, request_limit), 184 offsetof(nxt_common_app_conf_t, u.python.home), 281 offsetof(nxt_common_app_conf_t, u.ruby.hooks), [all …]
|
H A D | nxt_application.h | 31 nxt_process_t *process, nxt_common_app_conf_t *conf); 144 nxt_unit_init_t *init, nxt_common_app_conf_t *conf);
|
H A D | nxt_process.h | 31 typedef struct nxt_common_app_conf_s nxt_common_app_conf_t; typedef 51 nxt_common_app_conf_t *app;
|
H A D | nxt_java.c | 33 nxt_common_app_conf_t *conf); 79 nxt_common_app_conf_t *conf) in nxt_java_setup() 208 nxt_common_app_conf_t *app_conf; in nxt_java_start()
|
H A D | nxt_external.c | 73 nxt_common_app_conf_t *conf; in nxt_external_start()
|
H A D | nxt_application.c | 77 static nxt_common_app_conf_t *nxt_app_conf; 503 nxt_common_app_conf_t *app_conf; in nxt_proto_setup() 1014 nxt_common_app_conf_t *conf) in nxt_unit_default_init()
|
H A D | nxt_php_sapi.c | 82 nxt_common_app_conf_t *conf); 365 nxt_common_app_conf_t *conf) in nxt_php_setup() 457 nxt_common_app_conf_t *conf; in nxt_php_start()
|
H A D | nxt_isolation.c | 71 nxt_common_app_conf_t *app_conf; in nxt_isolation_main_prefork()
|
/unit/src/python/ |
H A D | nxt_python.c | 80 nxt_common_app_conf_t *app_conf; in nxt_python_start()
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 1137 nxt_common_app_conf_t *common_conf; in nxt_perl_psgi_start()
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 270 nxt_common_app_conf_t *conf; in nxt_ruby_start()
|