vp 378 http/modules/ngx_http_map_module.c ngx_http_variable_value_t *var, **vp; vp 437 http/modules/ngx_http_map_module.c vp = ngx_array_push(&ctx->var_values); vp 438 http/modules/ngx_http_map_module.c if (vp == NULL) { vp 442 http/modules/ngx_http_map_module.c *vp = var; vp 455 http/modules/ngx_http_map_module.c vp = ctx->values_hash[key].elts; vp 457 http/modules/ngx_http_map_module.c if (vp) { vp 459 http/modules/ngx_http_map_module.c if (value[1].len != (size_t) vp[i]->len) { vp 463 http/modules/ngx_http_map_module.c if (ngx_strncmp(value[1].data, vp[i]->data, value[1].len) == 0) { vp 464 http/modules/ngx_http_map_module.c var = vp[i]; vp 493 http/modules/ngx_http_map_module.c vp = ngx_array_push(&ctx->values_hash[key]); vp 494 http/modules/ngx_http_map_module.c if (vp == NULL) { vp 498 http/modules/ngx_http_map_module.c *vp = var;