Home
last modified time | relevance | path

Searched refs:erroffset (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_pcre.c32 int erroffset; in nxt_regex_compile() local
60 re->code = pcre_compile(pattern, 0, &err->msg, &erroffset, NULL); in nxt_regex_compile()
72 err->offset = erroffset; in nxt_regex_compile()
H A Dnxt_pcre2.c28 PCRE2_SIZE erroffset; in nxt_regex_compile() local
56 &errcode, &erroffset, compile_ctx); in nxt_regex_compile()
58 err->offset = erroffset; in nxt_regex_compile()