Searched refs:pcre2_match (Results 1 – 25 of 30) sorted by relevance
12
/external/pcre/dist2/src/ |
D | pcre2demo.c | 169 rc = pcre2_match( in main() 381 rc = pcre2_match( in main()
|
D | pcre2.h.in | 109 /* 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
|
D | pcre2.h.generic | 109 /* 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_)
|
D | pcre2posix.c | 335 rc = pcre2_match((const pcre2_code *)preg->re_pcre2_code, in regexec()
|
D | pcre2_fuzzsupport.c | 205 errorcode = pcre2_match(code, (PCRE2_SPTR)data, (PCRE2_SIZE)match_size, 0, in LLVMFuzzerTestOneInput()
|
D | config.h.generic | 136 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
|
D | config.h.in | 136 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
|
D | pcre2_substitute.c | 310 rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()
|
D | pcre2grep.c | 1213 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/ |
D | Makefile.in | 210 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 …]
|
D | NEWS | 55 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().
|
D | Makefile.am | 59 doc/html/pcre2_match.html \ 152 doc/pcre2_match.3 \ 360 src/pcre2_match.c \
|
D | ChangeLog | 208 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 …]
|
D | README | 240 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 )
|
D | PrepareRelease | 211 src/pcre2_match.c \
|
D | HACKING | 318 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
|
D | configure.ac | 725 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/ |
D | Android.bp | 16 libpcre2_dist_prefix + "/src/pcre2_match.c",
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 213 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 …]
|
D | pcre2test.txt | 175 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/ |
D | grepoutput | 388 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/ |
D | regex.c | 217 rc = pcre2_match( in regex_match()
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 240 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 )
|
D | NON-AUTOTOOLS-BUILD.txt | 102 pcre2_match.c
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 346 int rc = pcre2_match( in TryMatch()
|
12