Home
last modified time | relevance | path

Searched refs:pcre2_dfa_match (Results 1 – 23 of 23) sorted by relevance

/external/pcre/dist2/
DMakefile.in206 src/pcre2_convert.c src/pcre2_dfa_match.c src/pcre2_error.c \
221 src/libpcre2_16_la-pcre2_dfa_match.lo \
258 src/pcre2_convert.c src/pcre2_dfa_match.c src/pcre2_error.c \
273 src/libpcre2_32_la-pcre2_dfa_match.lo \
306 src/pcre2_convert.c src/pcre2_dfa_match.c src/pcre2_error.c \
321 src/libpcre2_8_la-pcre2_dfa_match.lo \
883 doc/html/pcre2_dfa_match.html \
976 doc/pcre2_dfa_match.3 \
1174 src/pcre2_dfa_match.c \
1417 src/libpcre2_16_la-pcre2_dfa_match.lo: src/$(am__dirstamp) \
[all …]
DNEWS17 3. In pcre2_dfa_match(), internal recursive calls no longer use the stack for
20 parameter now applies to pcre2_dfa_match().
87 7. The match limit value now also applies to pcre2_dfa_match() as there are
DMakefile.am43 doc/html/pcre2_dfa_match.html \
136 doc/pcre2_dfa_match.3 \
352 src/pcre2_dfa_match.c \
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
246 used, and in the case of pcre2_dfa_match() the amount of stack as well. This
256 the pcre2_match() and pcre2_dfa_match() interpreters:
665 Tests 6 and 7 check the pcre2_dfa_match() alternative matching function, in
678 pcre2_dfa_match() in 16-bit and 32-bit modes.
779 src/pcre2_dfa_match.c )
DChangeLog53 11. Minor tidy of pcre2_dfa_match() code.
55 12. Refactored pcre2_dfa_match() so that the internal recursive calls no longer
58 heap limit parameter now applies to pcre2_dfa_match().
208 that is called by both pcre2_match() and pcre2_dfa_match().
282 and set its never-changing fields once only. Do the same for pcre2_dfa_match().
290 not by JIT or pcre2_dfa_match(). Their settings are shown in pcre2test callouts
305 matching (both pcre2_match() and pcre2_dfa_match()) and the matched string
312 pcre2_dfa_match(). This was a missing optimization rather than a bug.
433 14. The alternative matching function, pcre2_dfa_match() misbehaved if it
512 behaviour when processed by pcre2_dfa_match(). This is oss-fuzz issue 1859.
[all …]
DPrepareRelease200 src/pcre2_dfa_match.c \
Dconfigure.ac727 pcre2_dfa_match(). There is a runtime interface for setting a different
755 the case of pcre2_dfa_match(), this limit controls the depth of the internal
761 a pattern. It applies to both pcre2_match() and pcre2_dfa_match(). It does
DNON-AUTOTOOLS-BUILD96 pcre2_dfa_match.c
DHACKING330 There is also a supplementary matching function called pcre2_dfa_match(). This
338 The algorithm that is used for pcre2_dfa_match() is not a traditional FSM,
DCMakeLists.txt447 src/pcre2_dfa_match.c
/external/pcre/
DAndroid.bp11 libpcre2_dist_prefix + "/src/pcre2_dfa_match.c",
/external/pcre/dist2/src/
Dpcre2.h.in110 or pcre2_dfa_match(). PCRE2_NO_UTF_CHECK affects only the function to which it
125 D is inspected during pcre2_dfa_match() execution
168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
180 /* These are additional options for pcre2_dfa_match(). */
194 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
667 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
832 #define pcre2_dfa_match PCRE2_SUFFIX(pcre2_dfa_match_) macro
Dpcre2.h.generic110 or pcre2_dfa_match(). PCRE2_NO_UTF_CHECK affects only the function to which it
125 D is inspected during pcre2_dfa_match() execution
168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
180 /* These are additional options for pcre2_dfa_match(). */
194 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
667 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \
832 #define pcre2_dfa_match PCRE2_SUFFIX(pcre2_dfa_match_)
Dpcre2_fuzzsupport.c241 errorcode = pcre2_dfa_match(code, (PCRE2_SPTR)data, in LLVMFuzzerTestOneInput()
Dconfig.h.generic136 It applies to both pcre2_match() and pcre2_dfa_match(). It does not apply
160 pcre2_dfa_match(). There is a runtime interface for setting a different
175 limit. In the case of pcre2_dfa_match(), this limit controls the depth of
Dconfig.h.in136 It applies to both pcre2_match() and pcre2_dfa_match(). It does not apply
153 pcre2_dfa_match(). There is a runtime interface for setting a different
166 limit. In the case of pcre2_dfa_match(), this limit controls the depth of
Dpcre2_dfa_match.c3224 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match() function
/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
246 used, and in the case of pcre2_dfa_match() the amount of stack as well. This
256 the pcre2_match() and pcre2_dfa_match() interpreters:
665 Tests 6 and 7 check the pcre2_dfa_match() alternative matching function, in
678 pcre2_dfa_match() in 16-bit and 32-bit modes.
779 src/pcre2_dfa_match.c )
DNON-AUTOTOOLS-BUILD.txt96 pcre2_dfa_match.c
/external/pcre/dist2/doc/
Dpcre2.txt218 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
564 A second matching function, pcre2_dfa_match(), which is not Perl-com-
572 pcre2_dfa_match().
827 pcre2_dfa_match().
875 pcre2_dfa_match().
915 pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match().
945 pcre2_match() and pcre2_dfa_match() functions return
953 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset
976 also applies to pcre2_dfa_match(), which may use the heap when process-
1003 Similarly, for pcre2_dfa_match(), a vector on the system stack is used
[all …]
Dpcre2test.txt174 is done using the pcre2_dfa_match() function instead of the
437 pcre2_dfa_match(), leading and trailing white space is removed, and the
1012 pcre2_dfa_match(). See pcreapi for a description of their effects.
1071 dfa use pcre2_dfa_match()
1169 start_offset argument to pcre2_match() or pcre2_dfa_match() to start
1339 pcre2_match() or pcre2_dfa_match(). These occur only when a match
1341 points (pcre2_match()) or for internal workspace (pcre2_dfa_match()).
1390 pcre2_dfa_match() or pcre2_jit_match(). If the null_context modifier is
1401 native matching function, pcre2_dfa_match(), which operates in a dif-
1497 When the alternative matching function, pcre2_dfa_match(), is used, the
[all …]
/external/pcre/dist2/testdata/
Dtestinput61 # This set of tests check the DFA matching functionality of pcre2_dfa_match(),
Dtestoutput61 # This set of tests check the DFA matching functionality of pcre2_dfa_match(),