ngx_http_add_variable  406 http/modules/ngx_http_browser_module.c         v = ngx_http_add_variable(cf, &var->name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 1928 http/modules/ngx_http_fastcgi_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  330 http/modules/ngx_http_geo_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  391 http/modules/ngx_http_geoip_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable 1029 http/modules/ngx_http_gzip_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_gzip_ratio, NGX_HTTP_VAR_NOHASH);
ngx_http_add_variable  220 http/modules/ngx_http_map_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 1617 http/modules/ngx_http_proxy_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  368 http/modules/ngx_http_referer_module.c     var = ngx_http_add_variable(cf, &name,
ngx_http_add_variable  901 http/modules/ngx_http_rewrite_module.c     v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  339 http/modules/ngx_http_secure_link_module.c     var = ngx_http_add_variable(cf, &ngx_http_secure_link_name, 0);
ngx_http_add_variable  346 http/modules/ngx_http_secure_link_module.c     var = ngx_http_add_variable(cf, &ngx_http_secure_link_expires_name, 0);
ngx_http_add_variable  142 http/modules/ngx_http_split_clients_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 2657 http/modules/ngx_http_ssi_filter_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  285 http/modules/ngx_http_ssl_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  573 http/modules/ngx_http_userid_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_userid_got, 0);
ngx_http_add_variable  580 http/modules/ngx_http_userid_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_userid_set, 0);
ngx_http_add_variable  979 http/modules/perl/ngx_http_perl_module.c     v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 3623 http/ngx_http_upstream.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable 1772 http/ngx_http_variables.c         v = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable   44 http/ngx_http_variables.h ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name,