exact_match       864 http/ngx_http.c     if (clcf->exact_match
exact_match       953 http/ngx_http.c     if (rc == 0 && !first->exact_match && second->exact_match) {
exact_match       938 http/ngx_http_core_module.c                    (clcf->noname ? "*" : (clcf->exact_match ? "=" : "")),
exact_match      2618 http/ngx_http_core_module.c             clcf->exact_match = 1;
exact_match      2651 http/ngx_http_core_module.c             clcf->exact_match = 1;
exact_match      2699 http/ngx_http_core_module.c         if (pclcf->exact_match) {
exact_match       297 http/ngx_http_core_module.h     unsigned      exact_match:1;