Searched defs:match (Results 1 – 6 of 6) sorted by last modified time
149 nxt_http_route_match_t *match[0]; member364 nxt_http_route_match_t *match, **m; in nxt_http_route_create() local404 nxt_http_route_match_t *match; in nxt_http_route_match_create() local1240 nxt_http_route_match_t **match, **end; in nxt_http_route_resolve() local1537 nxt_http_route_match_t **match, **end; in nxt_http_route_handler() local1560 nxt_http_route_match_t *match) in nxt_http_route_match()1706 nxt_int_t match; in nxt_http_route_addr_pattern_match() local
113 nxt_regex_match_t *match; in nxt_regex_match_create() local134 nxt_regex_match_t *match) in nxt_regex_match()
107 nxt_regex_match_t *match; in nxt_regex_match_create() local120 nxt_regex_match_t *match) in nxt_regex_match()
27 def route_match(self, match): argument32 def route_match_invalid(self, match): argument
212 public boolean match(String url) in match() method in Context.PrefixPattern
103 public Map<String,String> match(UriTemplate candidate) { in match() method in UriTemplate