Home
last modified time | relevance | path

Searched refs:pcre2_match (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/devel/boost-docs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp65 int r = pcre2_match(pe, (PCRE2_SPTR)text, std::strlen(text), 0, PCRE2_ANCHORED, pdata, NULL); in match_test()
74 while(pcre2_match(pe, (PCRE2_SPTR)text, end - text, 0, flags, pdata, NULL) >= 0) in find_all()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/regex/performance/
H A Dpcre.cpp65 int r = pcre2_match(pe, (PCRE2_SPTR)text, std::strlen(text), 0, PCRE2_ANCHORED, pdata, NULL); in match_test()
74 while(pcre2_match(pe, (PCRE2_SPTR)text, end - text, 0, flags, pdata, NULL) >= 0) in find_all()
/dports/devel/boost-libs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp65 int r = pcre2_match(pe, (PCRE2_SPTR)text, std::strlen(text), 0, PCRE2_ANCHORED, pdata, NULL); in match_test()
74 while(pcre2_match(pe, (PCRE2_SPTR)text, end - text, 0, flags, pdata, NULL) >= 0) in find_all()
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/performance/
H A Dpcre.cpp65 int r = pcre2_match(pe, (PCRE2_SPTR)text, std::strlen(text), 0, PCRE2_ANCHORED, pdata, NULL); in match_test()
74 while(pcre2_match(pe, (PCRE2_SPTR)text, end - text, 0, flags, pdata, NULL) >= 0) in find_all()
/dports/devel/hyperscan/boost_1_75_0/libs/regex/performance/
H A Dpcre.cpp65 int r = pcre2_match(pe, (PCRE2_SPTR)text, std::strlen(text), 0, PCRE2_ANCHORED, pdata, NULL); in match_test()
74 while(pcre2_match(pe, (PCRE2_SPTR)text, end - text, 0, flags, pdata, NULL) >= 0) in find_all()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dregex.h65 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
97 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dregex.h109 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
140 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dregex.h109 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
140 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dregex.h109 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
140 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dregex.h109 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
140 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dregex.h109 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)strlen(subject), in regex_exec()
140 ret = pcre2_match(preg->reg, (PCRE2_SPTR)subject, (PCRE2_SIZE)length, in regex_exec2()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2demo.c157 rc = pcre2_match( in main()
331 rc = pcre2_match( in main()
H A DMakefile13 pcre2_match\
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2demo.c169 rc = pcre2_match( in main()
381 rc = pcre2_match( in main()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2demo.c175 rc = pcre2_match( in main()
387 rc = pcre2_match( in main()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2demo.c175 rc = pcre2_match( in main()
390 rc = pcre2_match( in main()
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/tests/benchmark-exec/
H A Dpcre.cpp20 …return pcre2_match(re, reinterpret_cast<const unsigned char *>(line.data()), line.length(), 0, 0, … in main()
H A Dpcre-jit.cpp24 …return pcre2_match(re, reinterpret_cast<const unsigned char *>(line.data()), line.length(), 0, 0, … in main()
/dports/editors/editorconfig-core-c/editorconfig-core-c-0.12.5/src/lib/
H A Dec_glob.c265 rc = pcre2_match(re, c, cc - c + 1, 0, 0, match_data, NULL); in ec_glob()
348 rc = pcre2_match(re, string, strlen(string), 0, 0, pcre_match_data, NULL); in ec_glob()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dregexp.c111 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_match()
131 if ((error = pcre2_match(*r, (const unsigned char *) string, strlen(string), in git_regexp_search()

12345678910>>...17