Searched refs:max_backref (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.h32 int max_backref; member in struct:__anon2735
H A Dtre-compile.c1892 parse_ctx.max_backref = -1;
1902 if (parse_ctx.max_backref >= 0 && parse_ctx.have_approx)
1910 if (parse_ctx.max_backref > (int)preg->re_nsub)
1917 tnfa->have_backrefs = parse_ctx.max_backref >= 0;
H A Dtre-parse.c1516 ctx->max_backref = MAX(val, ctx->max_backref);

Completed in 114 milliseconds