Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 2 of 2) sorted by last modified time

/unit/test/
H A Dtest_python_application.py581 matches = [
587 if not matches:
593 for loc in matches:
/unit/src/
H A Dnxt_http_route.c1883 nxt_bool_t matches; in nxt_http_route_addr_rule() local
1898 matches = nxt_http_route_addr_pattern_match(p, sa); in nxt_http_route_addr_rule()
1901 if (matches) { in nxt_http_route_addr_rule()
1908 if (matches) { in nxt_http_route_addr_rule()