Home
last modified time | relevance | path

Searched refs:lrcf (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.c165 ngx_http_limit_req_conf_t *lrcf; in ngx_http_limit_req_handler() local
172 lrcf = ngx_http_get_module_loc_conf(r, ngx_http_limit_req_module); in ngx_http_limit_req_handler()
173 limits = lrcf->limits.elts; in ngx_http_limit_req_handler()
183 for (n = 0; n < lrcf->limits.nelts; n++) { in ngx_http_limit_req_handler()
254 return lrcf->status_code; in ngx_http_limit_req_handler()
269 ngx_log_error(lrcf->delay_log_level, r->connection->log, 0, in ngx_http_limit_req_handler()
876 ngx_http_limit_req_conf_t *lrcf = conf; in ngx_http_limit_req() local
947 limits = lrcf->limits.elts; in ngx_http_limit_req()
950 if (ngx_array_init(&lrcf->limits, cf->pool, 1, in ngx_http_limit_req()
958 for (i = 0; i < lrcf->limits.nelts; i++) { in ngx_http_limit_req()
[all …]