/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Regex.cpp | 72 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match() local 76 pm.resize(nmatch > 0 ? nmatch : 1); in match() 80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match() 95 for (unsigned i = 0; i != nmatch; ++i) { in match()
|
H A D | regexec.c | 141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, in llvm_regexec() argument 159 return(smatcher(g, string, nmatch, pmatch, eflags)); in llvm_regexec() 161 return(lmatcher(g, string, nmatch, pmatch, eflags)); in llvm_regexec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Regex.cpp | 92 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; in match() local 96 pm.resize(nmatch > 0 ? nmatch : 1); in match() 100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match() 117 for (unsigned i = 0; i != nmatch; ++i) { in match()
|
H A D | regexec.c | 141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, in llvm_regexec() argument 159 return(smatcher(g, string, nmatch, pmatch, eflags)); in llvm_regexec() 161 return(lmatcher(g, string, nmatch, pmatch, eflags)); in llvm_regexec()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 217 regexec(const regex_t *preg, const char *string, size_t nmatch, 220 return pcre2_regexec(preg, string, nmatch, pmatch, eflags); 348 for each match. If REG_NOSUB was specified at compile time, the nmatch and 352 pcre2_regexec(const regex_t *preg, const char *string, size_t nmatch, in pcre2_regexec() argument 366 put captured strings, ensure that nmatch is zero. This will stop any attempt to in pcre2_regexec() 369 if ((preg->re_cflags & REG_NOSUB) != 0 || pmatch == NULL) nmatch = 0; in pcre2_regexec() 397 if ((size_t)rc > nmatch) rc = (int)nmatch; in pcre2_regexec() 405 for (; i < nmatch; i++) pmatch[i].rm_so = pmatch[i].rm_eo = -1; in pcre2_regexec()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 46 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, in tre_fill_pmatch() argument 942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 982 while (i < nmatch) in tre_fill_pmatch() 997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec() 1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0; in regexec() 1003 if (tnfa->num_tags > 0 && nmatch > 0) in regexec() 1024 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in regexec() 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 46 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, in tre_fill_pmatch() argument 942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 982 while (i < nmatch) in tre_fill_pmatch() 997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec() 1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0; in regexec() 1003 if (tnfa->num_tags > 0 && nmatch > 0) in regexec() 1024 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in regexec() 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 46 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, in tre_fill_pmatch() argument 942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 982 while (i < nmatch) in tre_fill_pmatch() 997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec() 1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0; in regexec() 1003 if (tnfa->num_tags > 0 && nmatch > 0) in regexec() 1024 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in regexec() 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 46 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, in tre_fill_pmatch() argument 942 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 964 while (i < tnfa->num_submatches && i < nmatch) in tre_fill_pmatch() 982 while (i < nmatch) in tre_fill_pmatch() 997 size_t nmatch, regmatch_t pmatch[restrict], int eflags) in regexec() 1002 if (tnfa->cflags & REG_NOSUB) nmatch = 0; in regexec() 1003 if (tnfa->num_tags > 0 && nmatch > 0) in regexec() 1024 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); in regexec() 996 regexec(const regex_t *restrict preg, const char *restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) regexec() argument
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.c | 76 size_t nmatch = 10; in parse_uri() local 79 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0))) in parse_uri()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 593 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0 595 * For nmatch == -1, return number of matches 596 * For nmatch == -2, return the id of the group to use for 599 uint16_t tls1_shared_group(SSL *s, int nmatch) in tls1_shared_group() argument 609 if (nmatch == -2) { in tls1_shared_group() 625 nmatch = 0; in tls1_shared_group() 664 if (nmatch == k) in tls1_shared_group() 668 if (nmatch == -1) in tls1_shared_group() 670 /* Out of range (nmatch > in tls1_shared_group() 2210 size_t i, j, nmatch = 0; tls12_shared_sigalgs() local 2235 size_t nmatch; tls1_set_shared_sigalgs() local [all...] |
H A D | ssl_local.h | 2712 __owur uint16_t tls1_shared_group(SSL *s, int nmatch);
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 592 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0 594 * For nmatch == -1, return number of matches 595 * For nmatch == -2, return the id of the group to use for 598 uint16_t tls1_shared_group(SSL *s, int nmatch) in tls1_shared_group() argument 607 if (nmatch == -2) { in tls1_shared_group() 623 nmatch = 0; in tls1_shared_group() 643 if (nmatch == k) in tls1_shared_group() 647 if (nmatch == -1) in tls1_shared_group() 649 /* Out of range (nmatch > in tls1_shared_group() 2190 size_t i, j, nmatch = 0; tls12_shared_sigalgs() local 2215 size_t nmatch; tls1_set_shared_sigalgs() local [all...] |
H A D | ssl_local.h | 2656 __owur uint16_t tls1_shared_group(SSL *s, int nmatch);
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_lu.c | 730 int i, ok, idx, ret, nmatch = 0; in X509_STORE_CTX_get1_issuer() local 766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer() 769 for (i = idx; i < idx + nmatch; i++) { in X509_STORE_CTX_get1_issuer()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_lu.c | 730 int i, ok, idx, ret, nmatch = 0; in X509_STORE_CTX_get1_issuer() local 766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer() 769 for (i = idx; i < idx + nmatch; i++) { in X509_STORE_CTX_get1_issuer()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 1298 struct cil_list_item *nmatch = NULL; in __cil_ordered_lists_merge() local 1314 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) { in __cil_ordered_lists_merge() 1315 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge() 1321 if (!nmatch) { in __cil_ordered_lists_merge() 1326 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge() 1331 if (nmatch != nfirst) { in __cil_ordered_lists_merge() 1333 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch); in __cil_ordered_lists_merge() [all...] |
/third_party/toybox/lib/ |
H A D | lib.c | 1337 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() argument 1342 if (!nmatch) pmatch = &backup; in regexec0() 1345 return regexec(preg, string, nmatch, pmatch, eflags|REG_STARTEND); in regexec0()
|
H A D | lib.h | 275 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 239 size_t nmatch = 10; in parse_uri() local 242 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0))) in parse_uri()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 266 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 867 nmatch: ::size_t, in regexec()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1841 nmatch: ::size_t, in regexec()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3448 nmatch: ::size_t, in regexec()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4424 nmatch: ::size_t, in regexec()
|