Home
last modified time | relevance | path

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

12

/external/pcre/dist2/src/
Dpcre2demo.c169 rc = pcre2_match( in main()
381 rc = pcre2_match( in main()
Dpcre2.h.in109 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
124 M is inspected during pcre2_match() execution
168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
186 through to pcre2_match(). */
194 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
670 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
848 #define pcre2_match PCRE2_SUFFIX(pcre2_match_) macro
Dpcre2.h.generic109 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
124 M is inspected during pcre2_match() execution
168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
186 through to pcre2_match(). */
194 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
670 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
848 #define pcre2_match PCRE2_SUFFIX(pcre2_match_)
Dpcre2posix.c335 rc = pcre2_match((const pcre2_code *)preg->re_pcre2_code, in regexec()
Dpcre2_fuzzsupport.c205 errorcode = pcre2_match(code, (PCRE2_SPTR)data, (PCRE2_SIZE)match_size, 0, in LLVMFuzzerTestOneInput()
Dconfig.h.generic136 It applies to both pcre2_match() and pcre2_dfa_match(). It does not apply
158 pcre2_match() function can record a backtrack position during a single
Dconfig.h.in136 It applies to both pcre2_match() and pcre2_dfa_match(). It does not apply
151 pcre2_match() function can record a backtrack position during a single
Dpcre2_substitute.c310 rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()
Dpcre2grep.c1213 if (pcre2_match(ep->compiled, (PCRE2_SPTR)path, plen, 0, 0, match_data, NULL) >= 0) in test_incexc()
1221 if (pcre2_match(ip->compiled, (PCRE2_SPTR)path, plen, 0, 0, match_data, NULL) >= 0) in test_incexc()
1719 *mrc = pcre2_match(p->compiled, (PCRE2_SPTR)matchptr, (int)length, in match_patterns()
/external/pcre/dist2/
DMakefile.in210 src/pcre2_match.c src/pcre2_match_data.c src/pcre2_newline.c \
227 src/libpcre2_16_la-pcre2_match.lo \
262 src/pcre2_match.c src/pcre2_match_data.c src/pcre2_newline.c \
279 src/libpcre2_32_la-pcre2_match.lo \
310 src/pcre2_match.c src/pcre2_match_data.c src/pcre2_newline.c \
327 src/libpcre2_8_la-pcre2_match.lo \
899 doc/html/pcre2_match.html \
992 doc/pcre2_match.3 \
1182 src/pcre2_match.c \
1429 src/libpcre2_16_la-pcre2_match.lo: src/$(am__dirstamp) \
[all …]
DNEWS55 1. The main interpreter, pcre2_match(), has been refactored into a new version
66 There is also a change in the way callouts from pcre2_match() are handled. The
155 5. Added the PCRE2_NO_JIT option to pcre2_match().
DMakefile.am59 doc/html/pcre2_match.html \
152 doc/pcre2_match.3 \
360 src/pcre2_match.c \
DChangeLog208 that is called by both pcre2_match() and pcre2_dfa_match().
277 19. A minor tidy in pcre2_match(): making all PCRE2_ERROR_ returns use "return"
281 20. Allocate a single callout block on the stack at the start of pcre2_match()
289 field callout_flags in callout blocks. The bits are set by pcre2_match(), but
305 matching (both pcre2_match() and pcre2_dfa_match()) and the matched string
311 number of code units (the bitmap case) in both pcre2_match() and
346 1. The main interpreter, pcre2_match(), has been refactored into a new version
383 2. Now that pcre2_match() no longer uses recursive function calls (see above),
440 16. Since 10.21, if pcre2_match() was called with a null context, default
445 only to pcre2_match():
[all …]
DREADME240 pcre2_match() or pcre2_dfa_match() can supply their own value. There is more
244 (pcre2_match()) or nested function calls (pcre2_dfa_match()) during a
256 the pcre2_match() and pcre2_dfa_match() interpreters:
396 which caused pcre2_match() to use individual blocks on the heap for
398 is now obsolete since pcre2_match() was refactored always to use the heap (in
787 src/pcre2_match.c )
DPrepareRelease211 src/pcre2_match.c \
DHACKING318 The "traditional", and original, matching function is called pcre2_match(), and
324 is run instead of the normal pcre2_match() code, but the result is the same.
334 compiled pattern data as pcre2_match(); however, not all the facilities are
Dconfigure.ac725 pcre2_match() function can record a backtrack position during a single
761 a pattern. It applies to both pcre2_match() and pcre2_dfa_match(). It does
/external/pcre/
DAndroid.bp16 libpcre2_dist_prefix + "/src/pcre2_match.c",
/external/pcre/dist2/doc/
Dpcre2.txt213 int pcre2_match(const pcre2_code *code, PCRE2_SPTR subject,
532 The functions pcre2_compile() and pcre2_match() are used for compiling
558 JIT matching is automatically used by pcre2_match() if it is available,
576 string that has been matched by pcre2_match(). They are:
645 section on pcre2_match() options below.
689 Use pointer in pcre2_match()
826 by the two interpreted matching functions, pcre2_match() and
874 and by the two interpreted matching functions, pcre2_match() and
915 pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match().
945 pcre2_match() and pcre2_dfa_match() functions return
[all …]
Dpcre2test.txt175 default pcre2_match().
436 Before each subject line is passed to pcre2_match() or
673 used by pcre2_match() for handling backtracking. The size depends on
788 means a call to pcre2_match() with either the PCRE2_PARTIAL_SOFT or the
804 ity checks that are done by pcre2_match(), and of course does not work
1011 The following modifiers set options for pcre2_match() or
1151 the return code from pcre2_match()). Groups that did not take part in
1169 start_offset argument to pcre2_match() or pcre2_dfa_match() to start
1330 are returned from calls to pcre2_match() to be displayed. If a mark is
1339 pcre2_match() or pcre2_dfa_match(). These occur only when a match
[all …]
/external/pcre/dist2/testdata/
Dgrepoutput388 pcre2grep: pcre2_match() gave error -47 while matching this text:
392 pcre2grep: pcre2_match() gave error -47 while matching this text:
520 pcre2grep: pcre2_match() gave error -47 while matching text that starts:
530 pcre2grep: pcre2_match() gave error -53 while matching text that starts:
/external/selinux/libselinux/src/
Dregex.c217 rc = pcre2_match( in regex_match()
/external/pcre/dist2/doc/html/
DREADME.txt240 pcre2_match() or pcre2_dfa_match() can supply their own value. There is more
244 (pcre2_match()) or nested function calls (pcre2_dfa_match()) during a
256 the pcre2_match() and pcre2_dfa_match() interpreters:
396 which caused pcre2_match() to use individual blocks on the heap for
398 is now obsolete since pcre2_match() was refactored always to use the heap (in
787 src/pcre2_match.c )
DNON-AUTOTOOLS-BUILD.txt102 pcre2_match.c
/external/pcre/pcrecpp/
Dpcrecpp.cc346 int rc = pcre2_match( in TryMatch()

12