Home
last modified time | relevance | path

Searched refs:ngx_stream_variables_init_vars (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.h106 ngx_int_t ngx_stream_variables_init_vars(ngx_conf_t *cf);
H A Dngx_stream.c244 if (ngx_stream_variables_init_vars(cf) != NGX_OK) { in ngx_stream_block()
H A Dngx_stream_variables.c1146 ngx_stream_variables_init_vars(ngx_conf_t *cf) in ngx_stream_variables_init_vars() function