Searched refs:pcre2_jit_match (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_match.c | 86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() function
|
D | pcre2.h.in | 168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note 170 functions (though pcre2_jit_match() ignores the latter since it bypasses all 195 ignored for pcre2_jit_match(). */ 755 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 842 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_) macro
|
D | pcre2.h.generic | 168 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note 170 functions (though pcre2_jit_match() ignores the latter since it bypasses all 195 ignored for pcre2_jit_match(). */ 755 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 842 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_)
|
D | pcre2_match.c | 6170 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
|
/external/pcre/dist2/ |
D | Makefile.am | 54 doc/html/pcre2_jit_match.html \ 147 doc/pcre2_jit_match.3 \ 452 src/pcre2_jit_match.c \
|
D | PrepareRelease | 207 src/pcre2_jit_match.c \
|
D | NON-AUTOTOOLS-BUILD | 127 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
|
D | Makefile.in | 894 doc/html/pcre2_jit_match.html \ 987 doc/pcre2_jit_match.3 \ 1115 src/pcre2_jit_match.c src/pcre2_jit_misc.c \
|
D | README | 784 src/pcre2_jit_match.c ) sources for the functions in the library,
|
D | ChangeLog | 254 15. Although pcre2_jit_match checks whether the pattern is compiled 256 This is fixed and pcre2_jit_match returns with PCRE2_ERROR_JIT_BADOPTION
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 127 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
|
D | README.txt | 784 src/pcre2_jit_match.c ) sources for the functions in the library,
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 803 "fast path" interface, pcre2_jit_match(), which skips some of the san- 1390 pcre2_dfa_match() or pcre2_jit_match(). If the null_context modifier is
|
D | pcre2.txt | 359 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 915 pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match(). 1863 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 2330 Before calling pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match() 5103 The fast path function is called pcre2_jit_match(), and it takes
|