excess             19 http/modules/ngx_http_limit_req_module.c     ngx_uint_t                   excess;
excess            141 http/modules/ngx_http_limit_req_module.c     ngx_uint_t                  excess;
excess            189 http/modules/ngx_http_limit_req_module.c     rc = ngx_http_limit_req_lookup(lrcf, hash, vv->data, len, &excess);
excess            192 http/modules/ngx_http_limit_req_module.c                    "limit_req: %i %ui.%03ui", rc, excess / 1000, excess % 1000);
excess            220 http/modules/ngx_http_limit_req_module.c         lr->excess = 0;
excess            241 http/modules/ngx_http_limit_req_module.c                       excess / 1000, excess % 1000, &lrcf->shm_zone->shm.name);
excess            254 http/modules/ngx_http_limit_req_module.c                   excess / 1000, excess % 1000, &lrcf->shm_zone->shm.name);
excess            263 http/modules/ngx_http_limit_req_module.c                   (ngx_msec_t) excess * 1000 / ctx->rate);
excess            347 http/modules/ngx_http_limit_req_module.c     ngx_int_t                   rc, excess;
excess            388 http/modules/ngx_http_limit_req_module.c                 excess = lr->excess - ctx->rate * ngx_abs(ms) / 1000 + 1000;
excess            390 http/modules/ngx_http_limit_req_module.c                 if (excess < 0) {
excess            391 http/modules/ngx_http_limit_req_module.c                     excess = 0;
excess            394 http/modules/ngx_http_limit_req_module.c                 *ep = excess;
excess            396 http/modules/ngx_http_limit_req_module.c                 if ((ngx_uint_t) excess > lrcf->burst) {
excess            400 http/modules/ngx_http_limit_req_module.c                 lr->excess = excess;
excess            403 http/modules/ngx_http_limit_req_module.c                 if (excess) {
excess            426 http/modules/ngx_http_limit_req_module.c     ngx_int_t                   excess;
excess            463 http/modules/ngx_http_limit_req_module.c             excess = lr->excess - ctx->rate * ms / 1000;
excess            465 http/modules/ngx_http_limit_req_module.c             if (excess > 0) {