Home
last modified time | relevance | path

Searched defs:match (Results 1 – 7 of 7) sorted by last modified time

/unit/test/
H A Dtest_routing.py28 def route_match(self, match): argument
33 def route_match_invalid(self, match): argument
/unit/src/
H A Dnxt_http_route.c149 nxt_http_route_match_t *match[0]; member
364 nxt_http_route_match_t *match, **m; in nxt_http_route_create() local
404 nxt_http_route_match_t *match; in nxt_http_route_match_create() local
1254 nxt_http_route_match_t **match, **end; in nxt_http_route_resolve() local
1588 nxt_http_route_match_t *match) in nxt_http_route_match()
1734 nxt_int_t match; in nxt_http_route_addr_pattern_match() local
H A Dnxt_pcre2.c113 nxt_regex_match_t *match; in nxt_regex_match_create() local
134 nxt_regex_match_t *match) in nxt_regex_match()
H A Dnxt_pcre.c107 nxt_regex_match_t *match; in nxt_regex_match_create() local
120 nxt_regex_match_t *match) in nxt_regex_match()
/unit/pkg/docker/
H A Dwelcome.json10 "match": { object
/unit/src/java/nginx/unit/
H A DContext.java212 public boolean match(String url) in match() method in Context.PrefixPattern
/unit/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java103 public Map<String,String> match(UriTemplate candidate) { in match() method in UriTemplate