| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_secure_link_module.c | 352 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 D | ngx_http_userid_filter_module.c | 615 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 D | ngx_http_stub_status_module.c | 214 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_stub_status_add_variables()
|
| H A D | ngx_http_split_clients_module.c | 151 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_conf_split_clients_block()
|
| H A D | ngx_http_auth_request_module.c | 416 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE); in ngx_http_auth_request_set()
|
| H A D | ngx_http_slice_filter_module.c | 524 var = ngx_http_add_variable(cf, &ngx_http_slice_range_name, 0); in ngx_http_slice_add_variables()
|
| H A D | ngx_http_realip_module.c | 507 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_realip_add_variables()
|
| H A D | ngx_http_map_module.c | 230 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_map_block()
|
| H A D | ngx_http_browser_module.c | 404 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_browser_add_variables()
|
| H A D | ngx_http_referer_module.c | 275 var = ngx_http_add_variable(cf, &ngx_http_invalid_referer_name, in ngx_http_referer_add_variables()
|
| H A D | ngx_http_geoip_module.c | 627 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_geoip_add_variables()
|
| H A D | ngx_http_rewrite_module.c | 912 v = ngx_http_add_variable(cf, &value[1], in ngx_http_rewrite_set()
|
| H A D | ngx_http_ssl_module.c | 529 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_ssl_add_variables()
|
| H A D | ngx_http_gzip_filter_module.c | 1097 var = ngx_http_add_variable(cf, &ngx_http_gzip_ratio, NGX_HTTP_VAR_NOHASH); in ngx_http_gzip_add_variables()
|
| H A D | ngx_http_geo_module.c | 441 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_geo_block()
|
| H A D | ngx_http_ssi_filter_module.c | 2789 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_ssi_preconfiguration()
|
| H A D | ngx_http_fastcgi_module.c | 2659 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_fastcgi_add_variables()
|
| H A D | ngx_http_grpc_module.c | 4128 var = ngx_http_add_variable(cf, &v->name, v->flags); in ngx_http_grpc_add_variables()
|
| H A D | ngx_http_proxy_module.c | 2770 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 D | ngx_http_variables.h | 49 ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name,
|
| H A D | ngx_http_variables.c | 396 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 D | ngx_http_upstream.c | 5255 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 D | ngx_http_v2_module.c | 261 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 D | ngx_http_perl_module.c | 988 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE); in ngx_http_perl_set()
|