Home
last modified time | relevance | path

Searched refs:ngx_http_limit_req_account (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_req_module.c62 static ngx_msec_t ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits,
263 delay = ngx_http_limit_req_account(limits, n, &excess, &limit); in ngx_http_limit_req_handler()
491 ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits, ngx_uint_t n, in ngx_http_limit_req_account() function