Searched refs:regex_match (Results 1 – 2 of 2) sorted by relevance
2070 if (r->regex_match == NULL) { in nxt_http_route_pattern()2071 r->regex_match = nxt_regex_match_create(r->mem_pool, 0); in nxt_http_route_pattern()2072 if (nxt_slow_path(r->regex_match == NULL)) { in nxt_http_route_pattern()2077 return nxt_regex_match(pattern->u.regex, start, length, r->regex_match); in nxt_http_route_pattern()
175 nxt_regex_match_t *regex_match; member