bounds           1482 core/ngx_conf_file.c     ngx_conf_num_bounds_t  *bounds = post;
bounds           1485 core/ngx_conf_file.c     if (bounds->high == -1) {
bounds           1486 core/ngx_conf_file.c         if (*np >= bounds->low) {
bounds           1491 core/ngx_conf_file.c                            "value must be equal or more than %i", bounds->low);
bounds           1496 core/ngx_conf_file.c     if (*np >= bounds->low && *np <= bounds->high) {
bounds           1502 core/ngx_conf_file.c                        bounds->low, bounds->high);