Searched refs:ngx_http_limit_req_limit_t (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_req_module.c | 48 } ngx_http_limit_req_limit_t; typedef 60 static ngx_int_t ngx_http_limit_req_lookup(ngx_http_limit_req_limit_t *limit, 62 static ngx_msec_t ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits, 63 ngx_uint_t n, ngx_uint_t *ep, ngx_http_limit_req_limit_t **limit); 166 ngx_http_limit_req_limit_t *limit, *limits; in ngx_http_limit_req_handler() 360 ngx_http_limit_req_lookup(ngx_http_limit_req_limit_t *limit, ngx_uint_t hash, in ngx_http_limit_req_lookup() 491 ngx_http_limit_req_account(ngx_http_limit_req_limit_t *limits, ngx_uint_t n, in ngx_http_limit_req_account() 492 ngx_uint_t *ep, ngx_http_limit_req_limit_t **limit) in ngx_http_limit_req_account() 882 ngx_http_limit_req_limit_t *limit, *limits; in ngx_http_limit_req() 951 sizeof(ngx_http_limit_req_limit_t)) in ngx_http_limit_req()
|