Home
last modified time | relevance | path

Searched refs:re_nsub (Results 1 - 21 of 21) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c288 int re_nsub = 0; in pcre2_regcomp() local
324 PCRE2_INFO_CAPTURECOUNT, &re_nsub); in pcre2_regcomp()
325 preg->re_nsub = (size_t)re_nsub; in pcre2_regcomp()
326 preg->re_match_data = pcre2_match_data_create(re_nsub + 1, NULL); in pcre2_regcomp()
H A Dpcre2posix.h105 size_t re_nsub; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp65 return preg->re_nsub; in getNumMatches()
72 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match()
H A Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member
H A Dregcomp.c246 preg->re_nsub = g->nsub; in llvm_regcomp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp79 return preg->re_nsub; in getNumMatches()
92 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match()
H A Dregex_impl.h50 size_t re_nsub; /* number of parenthesized subexpressions */ member
H A Dregcomp.c374 preg->re_nsub = g->nsub; in llvm_regcomp()
/third_party/toybox/toys/pending/
H A Dexpr.c115 if (pat.re_nsub>0) { in re()
122 if (pat.re_nsub>0) ret->s = ""; in re()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h16 size_t re_nsub; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h16 size_t re_nsub; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h16 size_t re_nsub; member
/third_party/musl/include/
H A Dregex.h16 size_t re_nsub; member
/third_party/musl/libc-test/src/api/
H A Dregex.c11 F(size_t,re_nsub) in f()
/third_party/toybox/toys/posix/
H A Dsed.c543 } else if (cc > reg->re_nsub) error_exit("no s//\\%d/", cc); in sed_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c2731 preg->re_nsub = parse_ctx.submatch_id - 1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c2732 preg->re_nsub = parse_ctx.submatch_id - 1; in regcomp()
2740 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c2731 preg->re_nsub = parse_ctx.submatch_id - 1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
/third_party/musl/src/regex/
H A Dregcomp.c2731 preg->re_nsub = parse_ctx.submatch_id - 1; in regcomp()
2739 if (parse_ctx.max_backref > (int)preg->re_nsub) in regcomp()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs526 re_nsub: ::size_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs263 re_nsub: ::size_t,

Completed in 54 milliseconds