Searched refs:max_backref (Results 1 – 3 of 3) sorted by relevance
32 int max_backref; member
1895 parse_ctx.max_backref = -1; in tre_compile()1911 if (parse_ctx.max_backref >= 0 && parse_ctx.have_approx) in tre_compile()1919 if (parse_ctx.max_backref > (int)preg->re_nsub) in tre_compile()1926 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in tre_compile()
1530 ctx->max_backref = MAX(val, ctx->max_backref); in tre_parse()