Home
last modified time | relevance | path

Searched refs:nxt_regex_compile (Results 1 – 5 of 5) sorted by path

/unit/src/
H A Dnxt_conf_validation.c2211 re = nxt_regex_compile(vldt->pool, &pattern, &err); in nxt_conf_vldt_match_pattern()
H A Dnxt_http_route.c990 re = nxt_regex_compile(mp, &test, &err); in nxt_http_route_pattern_create()
H A Dnxt_pcre.c30 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile() function
H A Dnxt_pcre2.c24 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile() function
H A Dnxt_regex.h33 NXT_EXPORT nxt_regex_t *nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source,