Home
last modified time | relevance | path

Searched refs:lq2 (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c894 ngx_http_location_queue_t *lq1, *lq2; in ngx_http_cmp_locations() local
897 lq2 = (ngx_http_location_queue_t *) two; in ngx_http_cmp_locations()
900 second = lq2->exact ? lq2->exact : lq2->inclusive; in ngx_http_cmp_locations()