Home
last modified time | relevance | path

Searched refs:nxt_regex_match_t (Results 1 – 4 of 4) sorted by path

/unit/src/
H A Dnxt_http.h180 nxt_regex_match_t *regex_match;
H A Dnxt_pcre.c104 nxt_regex_match_t *
107 nxt_regex_match_t *match; in nxt_regex_match_create()
109 match = nxt_mp_get(mp, sizeof(nxt_regex_match_t) + sizeof(int) * size); in nxt_regex_match_create()
120 nxt_regex_match_t *match) in nxt_regex_match()
H A Dnxt_pcre2.c110 nxt_regex_match_t *
113 nxt_regex_match_t *match; in nxt_regex_match_create()
134 nxt_regex_match_t *match) in nxt_regex_match()
H A Dnxt_regex.h15 typedef void nxt_regex_match_t; typedef
17 typedef struct nxt_regex_match_s nxt_regex_match_t; typedef
35 NXT_EXPORT nxt_regex_match_t *nxt_regex_match_create(nxt_mp_t *mp, size_t size);
37 size_t length, nxt_regex_match_t *match);