ngx_http_add_variable  416 src/http/modules/ngx_http_auth_request_module.c     v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  407 src/http/modules/ngx_http_browser_module.c         v = ngx_http_add_variable(cf, &var->name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 2659 src/http/modules/ngx_http_fastcgi_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  428 src/http/modules/ngx_http_geo_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  627 src/http/modules/ngx_http_geoip_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable 1059 src/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  222 src/http/modules/ngx_http_map_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 2728 src/http/modules/ngx_http_proxy_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  462 src/http/modules/ngx_http_referer_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  920 src/http/modules/ngx_http_rewrite_module.c     v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  353 src/http/modules/ngx_http_secure_link_module.c     var = ngx_http_add_variable(cf, &ngx_http_secure_link_name, 0);
ngx_http_add_variable  360 src/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  151 src/http/modules/ngx_http_split_clients_module.c     var = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable 2786 src/http/modules/ngx_http_ssi_filter_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  481 src/http/modules/ngx_http_ssl_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  214 src/http/modules/ngx_http_stub_status_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable  604 src/http/modules/ngx_http_userid_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_userid_got, 0);
ngx_http_add_variable  611 src/http/modules/ngx_http_userid_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_userid_set, 0);
ngx_http_add_variable  618 src/http/modules/ngx_http_userid_filter_module.c     var = ngx_http_add_variable(cf, &ngx_http_userid_reset,
ngx_http_add_variable  981 src/http/modules/perl/ngx_http_perl_module.c     v = ngx_http_add_variable(cf, &value[1], NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable  165 src/http/ngx_http_spdy_module.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable 4838 src/http/ngx_http_upstream.c         var = ngx_http_add_variable(cf, &v->name, v->flags);
ngx_http_add_variable 2355 src/http/ngx_http_variables.c         v = ngx_http_add_variable(cf, &name, NGX_HTTP_VAR_CHANGEABLE);
ngx_http_add_variable   45 src/http/ngx_http_variables.h ngx_http_variable_t *ngx_http_add_variable(ngx_conf_t *cf, ngx_str_t *name,