ngx_hash_wildcard_t   52 core/ngx_hash.c ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)
ngx_hash_wildcard_t  110 core/ngx_hash.c                 hwc = (ngx_hash_wildcard_t *)
ngx_hash_wildcard_t  115 core/ngx_hash.c             hwc = (ngx_hash_wildcard_t *) ((uintptr_t) value & (uintptr_t) ~3);
ngx_hash_wildcard_t  146 core/ngx_hash.c ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)
ngx_hash_wildcard_t  191 core/ngx_hash.c             hwc = (ngx_hash_wildcard_t *) ((uintptr_t) value & (uintptr_t) ~3);
ngx_hash_wildcard_t  352 core/ngx_hash.c         hinit->hash = ngx_pcalloc(hinit->pool, sizeof(ngx_hash_wildcard_t)
ngx_hash_wildcard_t  360 core/ngx_hash.c                       ((u_char *) hinit->hash + sizeof(ngx_hash_wildcard_t));
ngx_hash_wildcard_t  466 core/ngx_hash.c     ngx_hash_wildcard_t  *wdc;
ngx_hash_wildcard_t  578 core/ngx_hash.c             wdc = (ngx_hash_wildcard_t *) h.hash;
ngx_hash_wildcard_t   46 core/ngx_hash.h     ngx_hash_wildcard_t  *wc_head;
ngx_hash_wildcard_t   47 core/ngx_hash.h     ngx_hash_wildcard_t  *wc_tail;
ngx_hash_wildcard_t  100 core/ngx_hash.h void *ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
ngx_hash_wildcard_t  101 core/ngx_hash.h void *ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
ngx_hash_wildcard_t  321 http/modules/ngx_http_map_module.c         map->map.hash.wc_head = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t  341 http/modules/ngx_http_map_module.c         map->map.hash.wc_tail = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t  313 http/modules/ngx_http_referer_module.c         conf->hash.wc_head = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t  333 http/modules/ngx_http_referer_module.c         conf->hash.wc_tail = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t 1542 http/ngx_http.c         addr->wc_head = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t 1560 http/ngx_http.c         addr->wc_tail = (ngx_hash_wildcard_t *) hash.hash;
ngx_hash_wildcard_t  245 http/ngx_http_core_module.h     ngx_hash_wildcard_t       *wc_head;
ngx_hash_wildcard_t  246 http/ngx_http_core_module.h     ngx_hash_wildcard_t       *wc_tail;