high             1485 core/ngx_conf_file.c     if (bounds->high == -1) {
high             1496 core/ngx_conf_file.c     if (*np >= bounds->low && *np <= bounds->high) {
high             1502 core/ngx_conf_file.c                        bounds->low, bounds->high);
high              202 core/ngx_conf_file.h     ngx_int_t                 high;
high               35 http/modules/ngx_http_geo_module.c     ngx_http_geo_high_ranges_t       high;
high               59 http/modules/ngx_http_geo_module.c         ngx_http_geo_high_ranges_t   high;
high              187 http/modules/ngx_http_geo_module.c     *v = *ctx->u.high.default_value;
high              191 http/modules/ngx_http_geo_module.c     range = ctx->u.high.low[addr >> 16];
high              367 http/modules/ngx_http_geo_module.c     if (ctx.high.low) {
high              371 http/modules/ngx_http_geo_module.c                 a = (ngx_array_t *) ctx.high.low[i];
high              379 http/modules/ngx_http_geo_module.c                 ctx.high.low[i] = ngx_palloc(cf->pool, len + sizeof(void *));
high              380 http/modules/ngx_http_geo_module.c                 if (ctx.high.low[i] == NULL) {
high              384 http/modules/ngx_http_geo_module.c                 p = (void **) ngx_cpymem(ctx.high.low[i], a->elts, len);
high              398 http/modules/ngx_http_geo_module.c         geo->u.high = ctx.high;
high              403 http/modules/ngx_http_geo_module.c         if (ctx.high.default_value == NULL) {
high              404 http/modules/ngx_http_geo_module.c             ctx.high.default_value = &ngx_http_variable_null_value;
high              528 http/modules/ngx_http_geo_module.c         if (ctx->high.default_value) {
high              531 http/modules/ngx_http_geo_module.c                 &value[1], ctx->high.default_value);
high              534 http/modules/ngx_http_geo_module.c         ctx->high.default_value = ngx_http_geo_value(cf, ctx, &value[1]);
high              535 http/modules/ngx_http_geo_module.c         if (ctx->high.default_value == NULL) {
high              549 http/modules/ngx_http_geo_module.c     if (ctx->high.low == NULL) {
high              550 http/modules/ngx_http_geo_module.c         ctx->high.low = ngx_pcalloc(ctx->pool,
high              552 http/modules/ngx_http_geo_module.c         if (ctx->high.low == NULL) {
high              654 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
high              663 http/modules/ngx_http_geo_module.c             ctx->high.low[h] = (ngx_http_geo_range_t *) a;
high              851 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
high             1292 http/modules/ngx_http_geo_module.c     ctx->high.low = ranges;
high             1354 http/modules/ngx_http_geo_module.c         r = ctx->high.low[i];