Searched refs:pcre2_jit_match (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_match.c | 85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() function
|
D | pcre2.h.in | 163 /* These are for pcre2_match(), pcre2_dfa_match(), pcre2_jit_match(), and 167 pcre2_jit_match() ignores the latter since it bypasses all sanity checks). */ 767 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 857 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_) macro
|
D | pcre2.h.generic | 163 /* These are for pcre2_match(), pcre2_dfa_match(), pcre2_jit_match(), and 167 pcre2_jit_match() ignores the latter since it bypasses all sanity checks). */ 767 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 857 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_)
|
D | pcre2_match.c | 6345 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
|
/external/pcre/dist2/ |
D | Makefile.am | 55 doc/html/pcre2_jit_match.html \ 151 doc/pcre2_jit_match.3 \ 464 src/pcre2_jit_match.c \
|
D | PrepareRelease | 207 src/pcre2_jit_match.c \
|
D | NON-AUTOTOOLS-BUILD | 133 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
|
D | Makefile.in | 996 doc/html/pcre2_jit_match.html \ 1092 doc/pcre2_jit_match.3 \ 1219 src/sljit/sljitWXExecAllocator.c src/pcre2_jit_match.c \
|
D | ChangeLog | 457 pcre2_match()) and pcre2_dfa_match(), but *not* the pcre2_jit_match() fast 821 15. Although pcre2_jit_match checks whether the pattern is compiled 823 This is fixed and pcre2_jit_match returns with PCRE2_ERROR_JIT_BADOPTION
|
D | README | 798 src/pcre2_jit_match.c ) sources for the functions in the library,
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 133 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
|
D | README.txt | 798 src/pcre2_jit_match.c ) sources for the functions in the library,
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 826 "fast path" interface, pcre2_jit_match(), which skips some of the san- 1501 pcre2_dfa_match(), pcre2_jit_match() or pcre2_substitute(). If the
|
D | pcre2.txt | 363 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 952 pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match(). 1962 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 2470 Before calling pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match() 5457 The fast path function is called pcre2_jit_match(), and it takes ex-
|