exact             646 http/ngx_http.c         clcf = lq->exact ? lq->exact : lq->inclusive;
exact             703 http/ngx_http.c         clcf = lq->exact ? lq->exact : lq->inclusive;
exact             757 http/ngx_http.c             *(clcfp++) = lq->exact;
exact             783 http/ngx_http.c             *(clcfp++) = lq->exact;
exact             821 http/ngx_http.c         clcf = lq->exact ? lq->exact : lq->inclusive;
exact             870 http/ngx_http.c         lq->exact = clcf;
exact             874 http/ngx_http.c         lq->exact = NULL;
exact             900 http/ngx_http.c     first = lq1->exact ? lq1->exact : lq1->inclusive;
exact             901 http/ngx_http.c     second = lq2->exact ? lq2->exact : lq2->inclusive;
exact             979 http/ngx_http.c             if ((lq->exact && lx->exact) || (lq->inclusive && lx->inclusive)) {
exact            1088 http/ngx_http.c     node->exact = lq->exact;
exact            1091 http/ngx_http.c     node->auto_redirect = (u_char) ((lq->exact && lq->exact->auto_redirect)
exact            1608 http/ngx_http_core_module.c             if (node->exact) {
exact            1609 http/ngx_http_core_module.c                 r->loc_conf = node->exact->loc_conf;
exact            1622 http/ngx_http_core_module.c             r->loc_conf = (node->exact) ? node->exact->loc_conf:
exact             419 http/ngx_http_core_module.h     ngx_http_core_loc_conf_t        *exact;
exact             433 http/ngx_http_core_module.h     ngx_http_core_loc_conf_t        *exact;