limit_except     1389 http/ngx_http_core_module.c     if (r->method & clcf->limit_except) {
limit_except     3886 http/ngx_http_core_module.c     if (pclcf->limit_except) {
limit_except     3890 http/ngx_http_core_module.c     pclcf->limit_except = 0xffffffff;
limit_except     3898 http/ngx_http_core_module.c                 pclcf->limit_except &= name->method;
limit_except     3911 http/ngx_http_core_module.c     if (!(pclcf->limit_except & NGX_HTTP_GET)) {
limit_except     3912 http/ngx_http_core_module.c         pclcf->limit_except &= (uint32_t) ~NGX_HTTP_HEAD;
limit_except      316 http/ngx_http_core_module.h     uint32_t      limit_except;