low              1486 core/ngx_conf_file.c         if (*np >= bounds->low) {
low              1491 core/ngx_conf_file.c                            "value must be equal or more than %i", bounds->low);
low              1496 core/ngx_conf_file.c     if (*np >= bounds->low && *np <= bounds->high) {
low              1502 core/ngx_conf_file.c                        bounds->low, bounds->high);
low               201 core/ngx_conf_file.h     ngx_int_t                 low;
low                20 http/modules/ngx_http_geo_module.c     ngx_http_geo_range_t           **low;
low               191 http/modules/ngx_http_geo_module.c     range = ctx->u.high.low[addr >> 16];
low               367 http/modules/ngx_http_geo_module.c     if (ctx.high.low) {
low               371 http/modules/ngx_http_geo_module.c                 a = (ngx_array_t *) ctx.high.low[i];
low               379 http/modules/ngx_http_geo_module.c                 ctx.high.low[i] = ngx_palloc(cf->pool, len + sizeof(void *));
low               380 http/modules/ngx_http_geo_module.c                 if (ctx.high.low[i] == NULL) {
low               384 http/modules/ngx_http_geo_module.c                 p = (void **) ngx_cpymem(ctx.high.low[i], a->elts, len);
low               549 http/modules/ngx_http_geo_module.c     if (ctx->high.low == NULL) {
low               550 http/modules/ngx_http_geo_module.c         ctx->high.low = ngx_pcalloc(ctx->pool,
low               552 http/modules/ngx_http_geo_module.c         if (ctx->high.low == NULL) {
low               654 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
low               663 http/modules/ngx_http_geo_module.c             ctx->high.low[h] = (ngx_http_geo_range_t *) a;
low               851 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
low              1292 http/modules/ngx_http_geo_module.c     ctx->high.low = ranges;
low              1354 http/modules/ngx_http_geo_module.c         r = ctx->high.low[i];