Searched refs:ngx_core_conf_t (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | nginx.c | 72 offsetof(ngx_core_conf_t, pid), 222 ngx_core_conf_t *ccf; in main() 536 ngx_core_conf_t *ccf; in ngx_set_environment() 668 ngx_core_conf_t *ccf; in ngx_exec_new_binary() 1030 ngx_core_conf_t *ccf; in ngx_core_module_create_conf() 1079 ngx_core_conf_t *ccf = conf; in ngx_core_module_init_conf() 1221 ngx_core_conf_t *ccf = conf; in ngx_set_user() 1275 ngx_core_conf_t *ccf = conf; in ngx_set_env() 1305 ngx_core_conf_t *ccf = conf; in ngx_set_priority() 1446 ngx_core_conf_t *ccf; in ngx_get_cpu_affinity() [all …]
|
| H A D | ngx_cycle.c | 53 ngx_core_conf_t *ccf, *old_ccf; in ngx_init_cycle() 309 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_init_cycle() 324 old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx, in ngx_init_cycle() 812 old_ccf = (ngx_core_conf_t *) ngx_get_conf(old_cycle->conf_ctx, in ngx_init_cycle() 1056 ngx_core_conf_t *ccf; in ngx_delete_pidfile() 1058 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_delete_pidfile() 1075 ngx_core_conf_t *ccf; in ngx_signal_process() 1080 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_signal_process() 1412 ngx_core_conf_t *ccf; in ngx_set_shutdown_timer() 1414 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_set_shutdown_timer()
|
| H A D | ngx_cycle.h | 125 } ngx_core_conf_t; typedef
|
| H A D | ngx_connection.c | 146 ngx_core_conf_t *ccf; in ngx_clone_listening() 155 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_clone_listening()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process_cycle.c | 100 ngx_core_conf_t *ccf; in ngx_master_process_cycle() 143 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_master_process_cycle() 271 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_master_process_cycle() 372 ngx_core_conf_t *ccf; in ngx_single_process_cycle() 373 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_single_process_cycle() 730 ngx_core_conf_t *ccf; in ngx_reap_children() 819 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_reap_children() 1009 ngx_core_conf_t *ccf; in ngx_worker_process_init() 1017 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_worker_process_init()
|
| H A D | ngx_process.c | 614 ngx_core_conf_t *ccf; in ngx_debug_point() 616 ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx, in ngx_debug_point()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 505 ngx_core_conf_t *ccf; in ngx_event_module_init() 516 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_event_module_init() 657 ngx_core_conf_t *ccf; in ngx_event_process_init() 661 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_event_process_init()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 2320 ngx_core_conf_t *ccf; in ngx_stream_proxy_bind() 2322 ccf = (ngx_core_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_stream_proxy_bind()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 6156 ngx_core_conf_t *ccf; in ngx_http_upstream_bind_set_slot() 6158 ccf = (ngx_core_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_http_upstream_bind_set_slot()
|