Home
last modified time | relevance | path

Searched refs:ngx_stream_add_variable (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.h49 ngx_stream_variable_t *ngx_stream_add_variable(ngx_conf_t *cf, ngx_str_t *name,
H A Dngx_stream_split_clients_module.c149 var = ngx_stream_add_variable(cf, &name, NGX_STREAM_VAR_CHANGEABLE); in ngx_conf_split_clients_block()
H A Dngx_stream_realip_module.c319 var = ngx_stream_add_variable(cf, &v->name, v->flags); in ngx_stream_realip_add_variables()
H A Dngx_stream_variables.c128 ngx_stream_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_uint_t flags) in ngx_stream_add_variable() function
1012 v = ngx_stream_add_variable(cf, &name, NGX_STREAM_VAR_CHANGEABLE); in ngx_stream_regex_compile()
1133 v = ngx_stream_add_variable(cf, &cv->name, cv->flags); in ngx_stream_variables_add_core_vars()
H A Dngx_stream_ssl_preread_module.c607 var = ngx_stream_add_variable(cf, &v->name, v->flags); in ngx_stream_ssl_preread_add_variables()
H A Dngx_stream_map_module.c228 var = ngx_stream_add_variable(cf, &name, NGX_STREAM_VAR_CHANGEABLE); in ngx_stream_map_block()
H A Dngx_stream_upstream.c113 var = ngx_stream_add_variable(cf, &v->name, v->flags); in ngx_stream_upstream_add_variables()
H A Dngx_stream_geoip_module.c589 var = ngx_stream_add_variable(cf, &v->name, v->flags); in ngx_stream_geoip_add_variables()
H A Dngx_stream_ssl_module.c556 var = ngx_stream_add_variable(cf, &v->name, v->flags); in ngx_stream_ssl_add_variables()
H A Dngx_stream_geo_module.c411 var = ngx_stream_add_variable(cf, &name, NGX_STREAM_VAR_CHANGEABLE); in ngx_stream_geo_block()