Searched refs:ngx_get_conf (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 543 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_thread_pool_add() 564 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_thread_pool_get() 595 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_thread_pool_init_worker() 629 tcf = (ngx_thread_pool_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_thread_pool_exit_worker()
|
| H A D | ngx_cycle.c | 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() 1058 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_delete_pidfile() 1080 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_signal_process() 1414 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_set_shutdown_timer()
|
| H A D | nginx.c | 355 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in main() 539 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_set_environment() 727 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_exec_new_binary() 1450 ccf = (ngx_core_conf_t *) ngx_get_conf(ngx_cycle->conf_ctx, in ngx_get_cpu_affinity()
|
| H A D | ngx_conf_file.h | 176 #define ngx_get_conf(conf_ctx, module) conf_ctx[module.index] macro
|
| H A D | ngx_regex.c | 302 rcf = (ngx_regex_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_regex_module); in ngx_regex_module_init()
|
| H A D | ngx_connection.c | 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/misc/ |
| H A D | ngx_google_perftools_module.c | 93 ngx_get_conf(cycle->conf_ctx, ngx_google_perftools_module); in ngx_google_perftools_worker()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process_cycle.c | 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() 373 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_single_process_cycle() 819 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, in ngx_reap_children() 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 | 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 | 452 if (ngx_get_conf(cycle->conf_ctx, ngx_events_module) == NULL) { in ngx_event_init_conf() 508 cf = ngx_get_conf(cycle->conf_ctx, ngx_events_module); 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() 661 ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_core_module); in ngx_event_process_init()
|
| H A D | ngx_event.h | 554 (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 1729 if (ngx_get_conf(cf->cycle->conf_ctx, ngx_events_module)) { in ngx_http_add_listening()
|
| H A D | ngx_http_upstream.c | 6158 ccf = (ngx_core_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_http_upstream_bind_set_slot()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 2322 ccf = (ngx_core_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_stream_proxy_bind()
|