Home
last modified time | relevance | path

Searched refs:ngx_http_limit_req_conf_t (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.c56 } ngx_http_limit_req_conf_t; typedef
111 offsetof(ngx_http_limit_req_conf_t, limit_log_level),
118 offsetof(ngx_http_limit_req_conf_t, status_code),
165 ngx_http_limit_req_conf_t *lrcf; in ngx_http_limit_req_handler()
699 ngx_http_limit_req_conf_t *conf; in ngx_http_limit_req_create_conf()
701 conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_req_conf_t)); in ngx_http_limit_req_create_conf()
722 ngx_http_limit_req_conf_t *prev = parent; in ngx_http_limit_req_merge_conf()
723 ngx_http_limit_req_conf_t *conf = child; in ngx_http_limit_req_merge_conf()
876 ngx_http_limit_req_conf_t *lrcf = conf; in ngx_http_limit_req()