map               160 core/ngx_slab.c     ngx_uint_t        i, slot, shift, map;
map               206 core/ngx_slab.c                 map = (1 << (ngx_pagesize_shift - shift))
map               209 core/ngx_slab.c                 for (n = 0; n < map; n++) {
map               224 core/ngx_slab.c                                 for (n = n + 1; n < map; n++) {
map               346 core/ngx_slab.c             map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8);
map               348 core/ngx_slab.c             for (i = 1; i < map; i++) {
map               417 core/ngx_slab.c     ngx_uint_t        n, type, slot, shift, map;
map               474 core/ngx_slab.c             map = (1 << (ngx_pagesize_shift - shift)) / (sizeof(uintptr_t) * 8);
map               476 core/ngx_slab.c             for (n = 1; n < map; n++) {
map              1445 core/ngx_string.c     static uint32_t  *map[] =
map              1449 core/ngx_string.c     escape = map[type];
map                34 http/modules/ngx_http_map_module.c     ngx_http_map_t              map;
map               110 http/modules/ngx_http_map_module.c     ngx_http_map_ctx_t  *map = (ngx_http_map_ctx_t *) data;
map               120 http/modules/ngx_http_map_module.c     if (ngx_http_complex_value(r, &map->value, &val) != NGX_OK) {
map               126 http/modules/ngx_http_map_module.c     if (len && map->hostnames && val.data[len - 1] == '.') {
map               132 http/modules/ngx_http_map_module.c     value = ngx_http_map_find(r, &map->map, key, val.data, len, &val);
map               135 http/modules/ngx_http_map_module.c         value = map->default_value;
map               182 http/modules/ngx_http_map_module.c     ngx_http_map_ctx_t                *map;
map               199 http/modules/ngx_http_map_module.c     map = ngx_pcalloc(cf->pool, sizeof(ngx_http_map_ctx_t));
map               200 http/modules/ngx_http_map_module.c     if (map == NULL) {
map               210 http/modules/ngx_http_map_module.c     ccv.complex_value = &map->value;
map               226 http/modules/ngx_http_map_module.c     var->data = (uintptr_t) map;
map               283 http/modules/ngx_http_map_module.c     map->default_value = ctx.default_value ? ctx.default_value:
map               293 http/modules/ngx_http_map_module.c         hash.hash = &map->map.hash.hash;
map               321 http/modules/ngx_http_map_module.c         map->map.hash.wc_head = (ngx_hash_wildcard_t *) hash.hash;
map               341 http/modules/ngx_http_map_module.c         map->map.hash.wc_tail = (ngx_hash_wildcard_t *) hash.hash;
map               347 http/modules/ngx_http_map_module.c         map->map.regex = ctx.regexes.elts;
map               348 http/modules/ngx_http_map_module.c         map->map.nregex = ctx.regexes.nelts;
map              1664 http/ngx_http_variables.c ngx_http_map_find(ngx_http_request_t *r, ngx_http_map_t *map, ngx_uint_t key,
map              1669 http/ngx_http_variables.c     p = ngx_hash_find_combined(&map->hash, key, text, len);
map              1676 http/ngx_http_variables.c     if (len && map->nregex) {
map              1681 http/ngx_http_variables.c         reg = map->regex;
map              1683 http/ngx_http_variables.c         for (i = 0; i < map->nregex; i++) {
map               102 http/ngx_http_variables.h void *ngx_http_map_find(ngx_http_request_t *r, ngx_http_map_t *map,