var_values         22 http/modules/ngx_http_map_module.c     ngx_array_t                 var_values;
var_values        247 http/modules/ngx_http_map_module.c     if (ngx_array_init(&ctx.var_values, cf->pool, 2,
var_values        418 http/modules/ngx_http_map_module.c         var = ctx->var_values.elts;
var_values        420 http/modules/ngx_http_map_module.c         for (i = 0; i < ctx->var_values.nelts; i++) {
var_values        437 http/modules/ngx_http_map_module.c         vp = ngx_array_push(&ctx->var_values);