Home
last modified time | relevance | path

Searched refs:ngx_http_limit_req_ctx_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.c40 } ngx_http_limit_req_ctx_t; typedef
64 static void ngx_http_limit_req_expire(ngx_http_limit_req_ctx_t *ctx,
164 ngx_http_limit_req_ctx_t *ctx; in ngx_http_limit_req_handler()
368 ngx_http_limit_req_ctx_t *ctx; in ngx_http_limit_req_lookup()
497 ngx_http_limit_req_ctx_t *ctx; in ngx_http_limit_req_account()
565 ngx_http_limit_req_expire(ngx_http_limit_req_ctx_t *ctx, ngx_uint_t n) in ngx_http_limit_req_expire()
633 ngx_http_limit_req_ctx_t *octx = data; in ngx_http_limit_req_init_zone()
636 ngx_http_limit_req_ctx_t *ctx; in ngx_http_limit_req_init_zone()
752 ngx_http_limit_req_ctx_t *ctx; in ngx_http_limit_req_zone()
757 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_req_ctx_t)); in ngx_http_limit_req_zone()