ngx_http_get_variable_index 1420 http/modules/ngx_http_charset_filter_module.c         *cp = ngx_http_get_variable_index(cf, &var);
ngx_http_get_variable_index  317 http/modules/ngx_http_geo_module.c         geo->index = ngx_http_get_variable_index(cf, &name);
ngx_http_get_variable_index  667 http/modules/ngx_http_limit_req_module.c             ctx->index = ngx_http_get_variable_index(cf, &value[i]);
ngx_http_get_variable_index  457 http/modules/ngx_http_limit_zone_module.c     ctx->index = ngx_http_get_variable_index(cf, &value[2]);
ngx_http_get_variable_index  622 http/modules/ngx_http_log_module.c     index = ngx_http_get_variable_index(cf, value);
ngx_http_get_variable_index  413 http/modules/ngx_http_map_module.c         index = ngx_http_get_variable_index(ctx->cf, &name);
ngx_http_get_variable_index  616 http/modules/ngx_http_memcached_module.c     mlcf->index = ngx_http_get_variable_index(cf, &ngx_http_memcached_key);
ngx_http_get_variable_index  860 http/modules/ngx_http_rewrite_module.c     index = ngx_http_get_variable_index(cf, value);
ngx_http_get_variable_index  906 http/modules/ngx_http_rewrite_module.c     index = ngx_http_get_variable_index(cf, &value[1]);
ngx_http_get_variable_index  989 http/modules/perl/ngx_http_perl_module.c     index = ngx_http_get_variable_index(cf, &value[1]);
ngx_http_get_variable_index  767 http/ngx_http_script.c     index = ngx_http_get_variable_index(sc->cf, name);
ngx_http_get_variable_index 1777 http/ngx_http_variables.c         rv[i].index = ngx_http_get_variable_index(cf, &name);
ngx_http_get_variable_index   46 http/ngx_http_variables.h ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);