Home
last modified time | relevance | path

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 Dngx_http_ssl_module.c290 (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 Dngx_http_browser_module.c217 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 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_map_module.c230 var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE); in ngx_http_map_block()
H A Dngx_http_referer_module.c276 NGX_HTTP_VAR_CHANGEABLE); in ngx_http_referer_add_variables()
H A Dngx_http_userid_filter_module.c630 NGX_HTTP_VAR_CHANGEABLE); in ngx_http_userid_add_variables()
H A Dngx_http_rewrite_module.c913 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_WEAK); in ngx_http_rewrite_set()
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_proxy_module.c834 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 Dngx_http_variables.h29 #define NGX_HTTP_VAR_CHANGEABLE 1 macro
H A Dngx_http_variables.c245 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 Dngx_http_perl_module.c988 v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE); in ngx_http_perl_set()