Home
last modified time | relevance | path

Searched refs:ngx_stream_core_module (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c139 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_init_connection()
161 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_init_connection()
240 ngx_stream_core_module); in ngx_stream_proxy_protocol_handler()
317 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_log_session()
H A Dngx_stream_core_module.c133 ngx_module_t ngx_stream_core_module = { variable
156 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_core_run_phases()
225 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_core_preread_phase()
334 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_core_content_phase()
558 cscf = ctx->srv_conf[ngx_stream_core_module.ctx_index]; in ngx_stream_core_server()
561 cmcf = ctx->main_conf[ngx_stream_core_module.ctx_index]; in ngx_stream_core_server()
622 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_core_listen()
H A Dngx_stream_variables.c146 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_add_variable()
214 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_add_prefix_variable()
275 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_get_variable_index()
328 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_get_indexed_variable()
402 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_get_variable()
986 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_regex_compile()
1040 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_regex_exec()
1108 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_variables_add_core_vars()
1157 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_variables_init_vars()
H A Dngx_stream_return_module.c213 cscf = ngx_stream_conf_get_module_srv_conf(cf, ngx_stream_core_module); in ngx_stream_return()
H A Dngx_stream.h301 extern ngx_module_t ngx_stream_core_module;
H A Dngx_stream.c185 cmcf = ctx->main_conf[ngx_stream_core_module.ctx_index]; in ngx_stream_block()
490 cscf = addr->opt.ctx->srv_conf[ngx_stream_core_module.ctx_index]; in ngx_stream_optimize_servers()
H A Dngx_stream_realip_module.c338 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_realip_init()
H A Dngx_stream_access_module.c443 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_access_init()
H A Dngx_stream_ssl_module.c368 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_ssl_init_connection()
1043 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_ssl_init()
H A Dngx_stream_ssl_preread_module.c654 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_ssl_preread_init()
H A Dngx_stream_limit_conn_module.c636 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_limit_conn_init()
H A Dngx_stream_proxy_module.c526 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_proxy_handler()
785 cscf = ngx_stream_get_module_srv_conf(s, ngx_stream_core_module); in ngx_stream_proxy_init_upstream()
2202 cscf = ngx_stream_conf_get_module_srv_conf(cf, ngx_stream_core_module); in ngx_stream_proxy_pass()
H A Dngx_stream_script.c401 cmcf = ngx_stream_get_module_main_conf(s, ngx_stream_core_module); in ngx_stream_script_run()
H A Dngx_stream_log_module.c1586 cmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_core_module); in ngx_stream_log_init()
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules1026 ngx_stream_core_module \
1041 src/stream/ngx_stream_core_module.c \