lx                966 http/ngx_http.c     ngx_http_location_queue_t  *lq, *lx;
lx                975 http/ngx_http.c         lx = (ngx_http_location_queue_t *) x;
lx                977 http/ngx_http.c         if (ngx_strcmp(lq->name->data, lx->name->data) == 0) {
lx                979 http/ngx_http.c             if ((lq->exact && lx->exact) || (lq->inclusive && lx->inclusive)) {
lx                982 http/ngx_http.c                               lx->name, lx->file_name, lx->line);
lx                987 http/ngx_http.c             lq->inclusive = lx->inclusive;
lx               1007 http/ngx_http.c     ngx_http_location_queue_t  *lq, *lx;
lx               1027 http/ngx_http.c         lx = (ngx_http_location_queue_t *) x;
lx               1029 http/ngx_http.c         if (len > lx->name->len
lx               1030 http/ngx_http.c             || (ngx_strncmp(name, lx->name->data, len) != 0))