named            2442 http/modules/ngx_http_proxy_module.c     if (clcf->named
named             673 http/ngx_http.c     ngx_queue_t                 *q, *locations, *named, tail;
named             690 http/ngx_http.c     named = NULL;
named             723 http/ngx_http.c         if (clcf->named) {
named             726 http/ngx_http.c             if (named == NULL) {
named             727 http/ngx_http.c                 named = q;
named             742 http/ngx_http.c     if (named) {
named             751 http/ngx_http.c         for (q = named;
named             762 http/ngx_http.c         ngx_queue_split(locations, named, &tail);
named             868 http/ngx_http.c         || clcf->named || clcf->noname)
named             918 http/ngx_http.c     if (first->named && !second->named) {
named             923 http/ngx_http.c     if (!first->named && second->named) {
named             928 http/ngx_http.c     if (first->named && second->named) {
named            2684 http/ngx_http_core_module.c                 clcf->named = 1;
named            2707 http/ngx_http_core_module.c         if (pclcf->named) {
named            2715 http/ngx_http_core_module.c         if (clcf->named) {
named            3779 http/ngx_http_core_module.c     if (clcf->named && alias) {
named             295 http/ngx_http_core_module.h     unsigned      named:1;