Searched refs:NGX_HTTP_VAR_CHANGEABLE (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssl_module.c | 290 (uintptr_t) ngx_ssl_get_protocol, NGX_HTTP_VAR_CHANGEABLE, 0 }, 293 (uintptr_t) ngx_ssl_get_cipher_name, NGX_HTTP_VAR_CHANGEABLE, 0 }, 296 (uintptr_t) ngx_ssl_get_ciphers, NGX_HTTP_VAR_CHANGEABLE, 0 }, 299 (uintptr_t) ngx_ssl_get_curves, NGX_HTTP_VAR_CHANGEABLE, 0 }, 302 (uintptr_t) ngx_ssl_get_session_id, NGX_HTTP_VAR_CHANGEABLE, 0 }, 309 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE, 0 }, 312 (uintptr_t) ngx_ssl_get_server_name, NGX_HTTP_VAR_CHANGEABLE, 0 }, 319 NGX_HTTP_VAR_CHANGEABLE, 0 }, 323 NGX_HTTP_VAR_CHANGEABLE, 0 }, 326 (uintptr_t) ngx_ssl_get_subject_dn, NGX_HTTP_VAR_CHANGEABLE, 0 }, [all …]
|
| H A D | ngx_http_browser_module.c | 217 0, NGX_HTTP_VAR_CHANGEABLE, 0 }, 220 NGX_HTTP_MODERN_BROWSER, NGX_HTTP_VAR_CHANGEABLE, 0 }, 223 NGX_HTTP_ANCIENT_BROWSER, NGX_HTTP_VAR_CHANGEABLE, 0 },
|
| 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_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_referer_module.c | 276 NGX_HTTP_VAR_CHANGEABLE); in ngx_http_referer_add_variables()
|
| H A D | ngx_http_userid_filter_module.c | 630 NGX_HTTP_VAR_CHANGEABLE); in ngx_http_userid_add_variables()
|
| H A D | ngx_http_rewrite_module.c | 913 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_WEAK); in ngx_http_rewrite_set()
|
| 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_proxy_module.c | 834 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 }, 837 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_NOHASH, 0 },
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.h | 29 #define NGX_HTTP_VAR_CHANGEABLE 1 macro
|
| H A D | ngx_http_variables.c | 245 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE, 0 }, 327 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE, 0 }, 426 if (!(v->flags & NGX_HTTP_VAR_CHANGEABLE)) { in ngx_http_add_variable() 493 if (!(v->flags & NGX_HTTP_VAR_CHANGEABLE)) { in ngx_http_add_prefix_variable() 2475 v = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_regex_compile()
|
| /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()
|