Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c411 int max_backref; member
868 ctx->max_backref = MAX(val, ctx->max_backref); in parse_atom()
2727 parse_ctx.max_backref = -1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c411 int max_backref; member
869 ctx->max_backref = MAX(val, ctx->max_backref); in parse_atom()
2728 parse_ctx.max_backref = -1; in regcomp()
2740 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
2747 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c411 int max_backref; member
868 ctx->max_backref = MAX(val, ctx->max_backref); in parse_atom()
2727 parse_ctx.max_backref = -1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()
/third_party/musl/src/regex/
H A Dregcomp.c411 int max_backref; member
868 ctx->max_backref = MAX(val, ctx->max_backref); in parse_atom()
2727 parse_ctx.max_backref = -1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
2746 tnfa->have_backrefs = parse_ctx.max_backref >= 0; in regcomp()

Completed in 14 milliseconds