Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c543 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 Dngx_cycle.c309 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 Dnginx.c355 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 Dngx_conf_file.h176 #define ngx_get_conf(conf_ctx, module) conf_ctx[module.index] macro
H A Dngx_regex.c302 rcf = (ngx_regex_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_regex_module); in ngx_regex_module_init()
H A Dngx_connection.c155 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 Dngx_google_perftools_module.c93 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 Dngx_process_cycle.c143 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 Dngx_process.c616 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 Dngx_event.c452 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 Dngx_event.h554 (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1729 if (ngx_get_conf(cf->cycle->conf_ctx, ngx_events_module)) { in ngx_http_add_listening()
H A Dngx_http_upstream.c6158 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 Dngx_stream_proxy_module.c2322 ccf = (ngx_core_conf_t *) ngx_get_conf(cf->cycle->conf_ctx, in ngx_stream_proxy_bind()