u_short           255 core/ngx_hash.c     u_short         *test;
u_short           270 core/ngx_hash.c     test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log);
u_short           286 core/ngx_hash.c         ngx_memzero(test, size * sizeof(u_short));
u_short           294 core/ngx_hash.c             test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
u_short           302 core/ngx_hash.c             if (test[key] > (u_short) bucket_size) {
u_short           336 core/ngx_hash.c         test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
u_short           346 core/ngx_hash.c         test[i] = (u_short) (ngx_align(test[i], ngx_cacheline_size));
u_short           401 core/ngx_hash.c         elt->len = (u_short) names[n].key.len;
u_short           405 core/ngx_hash.c         test[key] = (u_short) (test[key] + NGX_HASH_ELT_SIZE(&names[n]));
u_short            17 core/ngx_hash.h     u_short           len;
u_short           506 core/ngx_resolver.c         rn->nlen = (u_short) ctx->name.len;
u_short          1326 core/ngx_resolver.c         rn->naddrs = (u_short) naddrs;
u_short          1370 core/ngx_resolver.c         rn->cnlen = (u_short) name.len;
u_short          1543 core/ngx_resolver.c         rn->nlen = (u_short) name.len;
u_short          1739 core/ngx_resolver.c     rn->qlen = (u_short) len;
u_short          1848 core/ngx_resolver.c     rn->qlen = (u_short)
u_short            56 core/ngx_resolver.h     u_short                   nlen;
u_short            57 core/ngx_resolver.h     u_short                   qlen;
u_short            67 core/ngx_resolver.h     u_short                   naddrs;
u_short            68 core/ngx_resolver.h     u_short                   cnlen;
u_short            14 event/modules/ngx_eventport_module.c #define ushort_t  u_short
u_short           437 event/modules/ngx_kqueue_module.c     kev->flags = (u_short) flags;
u_short            14 http/modules/ngx_http_geo_module.c     u_short                          start;
u_short            15 http/modules/ngx_http_geo_module.c     u_short                          end;
u_short           691 http/modules/ngx_http_geo_module.c                 range[i + 1].start = (u_short) s;
u_short           692 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
u_short           730 http/modules/ngx_http_geo_module.c                 range[i + 2].start = (u_short) (e + 1);
u_short           734 http/modules/ngx_http_geo_module.c                 range[i + 1].start = (u_short) s;
u_short           735 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
u_short           738 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) (s - 1);
u_short           758 http/modules/ngx_http_geo_module.c                 range[i + 1].start = (u_short) (e + 1);
u_short           760 http/modules/ngx_http_geo_module.c                 range[i].start = (u_short) s;
u_short           761 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) e;
u_short           782 http/modules/ngx_http_geo_module.c                 range[i + 1].start = (u_short) s;
u_short           783 http/modules/ngx_http_geo_module.c                 range[i + 1].end = (u_short) e;
u_short           786 http/modules/ngx_http_geo_module.c                 range[i].end = (u_short) (s - 1);
u_short           810 http/modules/ngx_http_geo_module.c         range->start = (u_short) s;
u_short           811 http/modules/ngx_http_geo_module.c         range->end = (u_short) e;
u_short            15 http/modules/ngx_http_limit_req_module.c     u_short                      len;
u_short            15 http/modules/ngx_http_limit_zone_module.c     u_short             conn;
u_short           633 http/modules/ngx_http_proxy_module.c     u_short               port;
u_short          2347 http/modules/ngx_http_proxy_module.c     u_short                     port;
u_short            93 http/ngx_http_cache.h     u_short                          valid_msec;
u_short            94 http/ngx_http_cache.h     u_short                          header_start;
u_short            95 http/ngx_http_cache.h     u_short                          body_start;
u_short           760 http/ngx_http_file_cache.c     h->valid_msec = (u_short) c->valid_msec;
u_short           761 http/ngx_http_file_cache.c     h->header_start = (u_short) c->header_start;
u_short           762 http/ngx_http_file_cache.c     h->body_start = (u_short) c->body_start;
u_short          2183 http/ngx_http_upstream.c             r->cache->body_start = (u_short) (u->buffer.pos - u->buffer.start);