regexes 24 http/modules/ngx_http_map_module.c ngx_array_t regexes; regexes 256 http/modules/ngx_http_map_module.c if (ngx_array_init(&ctx.regexes, cf->pool, 2, sizeof(ngx_http_map_regex_t)) regexes 346 http/modules/ngx_http_map_module.c if (ctx.regexes.nelts) { regexes 347 http/modules/ngx_http_map_module.c map->map.regex = ctx.regexes.elts; regexes 348 http/modules/ngx_http_map_module.c map->map.nregex = ctx.regexes.nelts; regexes 522 http/modules/ngx_http_map_module.c regex = ngx_array_push(&ctx->regexes);