Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_conn_module.c42 ngx_uint_t status_code; member
102 offsetof(ngx_http_limit_conn_conf_t, status_code),
203 return lccf->status_code; in ngx_http_limit_conn_handler()
228 return lccf->status_code; in ngx_http_limit_conn_handler()
468 conf->status_code = NGX_CONF_UNSET_UINT; in ngx_http_limit_conn_create_conf()
485 ngx_conf_merge_uint_value(conf->status_code, prev->status_code, in ngx_http_limit_conn_merge_conf()
H A Dngx_http_limit_req_module.c55 ngx_uint_t status_code; member
118 offsetof(ngx_http_limit_req_conf_t, status_code),
254 return lrcf->status_code; in ngx_http_limit_req_handler()
713 conf->status_code = NGX_CONF_UNSET_UINT; in ngx_http_limit_req_create_conf()
735 ngx_conf_merge_uint_value(conf->status_code, prev->status_code, in ngx_http_limit_req_merge_conf()