Home
last modified time | relevance | path

Searched refs:ngx_http_add_variable (Results 1 – 24 of 24) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_secure_link_module.c352 var = ngx_http_add_variable(cf, &ngx_http_secure_link_name, 0); in ngx_http_secure_link_add_variables()
359 var = ngx_http_add_variable(cf, &ngx_http_secure_link_expires_name, 0); in ngx_http_secure_link_add_variables()
H A Dngx_http_userid_filter_module.c615 var = ngx_http_add_variable(cf, &ngx_http_userid_got, 0); in ngx_http_userid_add_variables()
622 var = ngx_http_add_variable(cf, &ngx_http_userid_set, 0); in ngx_http_userid_add_variables()
629 var = ngx_http_add_variable(cf, &ngx_http_userid_reset, in ngx_http_userid_add_variables()
H A Dngx_http_stub_status_module.c214 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_stub_status_add_variables()
H A Dngx_http_split_clients_module.c151 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_conf_split_clients_block()
H A Dngx_http_auth_request_module.c416 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE); in ngx_http_auth_request_set()
H A Dngx_http_slice_filter_module.c524 var = ngx_http_add_variable(cf, &ngx_http_slice_range_name, 0); in ngx_http_slice_add_variables()
H A Dngx_http_realip_module.c507 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_realip_add_variables()
H A Dngx_http_map_module.c230 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_map_block()
H A Dngx_http_browser_module.c404 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_browser_add_variables()
H A Dngx_http_referer_module.c275 var = ngx_http_add_variable(cf, &ngx_http_invalid_referer_name, in ngx_http_referer_add_variables()
H A Dngx_http_geoip_module.c627 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_geoip_add_variables()
H A Dngx_http_rewrite_module.c912 v = ngx_http_add_variable(cf, &value[1], in ngx_http_rewrite_set()
H A Dngx_http_ssl_module.c529 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_ssl_add_variables()
H A Dngx_http_gzip_filter_module.c1097 var = ngx_http_add_variable(cf, &ngx_http_gzip_ratio, NGX_HTTP_VAR_NOHASH); in ngx_http_gzip_add_variables()
H A Dngx_http_geo_module.c441 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_geo_block()
H A Dngx_http_ssi_filter_module.c2789 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_ssi_preconfiguration()
H A Dngx_http_fastcgi_module.c2659 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_fastcgi_add_variables()
H A Dngx_http_grpc_module.c4128 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_grpc_add_variables()
H A Dngx_http_proxy_module.c2770 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_proxy_add_variables()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h49 ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name,
H A Dngx_http_variables.c396 ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name, ngx_uint_t flags) in ngx_http_add_variable() function
2475 v = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_regex_compile()
2597 v = ngx_http_add_variable(cf, &cv->name, cv->flags); in ngx_http_variables_add_core_vars()
H A Dngx_http_upstream.c5255 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_upstream_add_variables()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c261 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_v2_add_variables()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c988 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE); in ngx_http_perl_set()