Searched refs:pcre2_jit_match (Results 1 – 13 of 13) 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.generic | 132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note 134 functions (though pcre2_jit_match() ignores the latter since it bypasses all 159 ignored for pcre2_jit_match(). */ 535 PCRE2_EXP_DECL int pcre2_jit_match(const pcre2_code *, \ 614 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_)
|
D | pcre2.h.in | 132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note 134 functions (though pcre2_jit_match() ignores the latter since it bypasses all 159 ignored for pcre2_jit_match(). */ 535 PCRE2_EXP_DECL int pcre2_jit_match(const pcre2_code *, \ 614 #define pcre2_jit_match PCRE2_SUFFIX(pcre2_jit_match_) macro
|
D | pcre2_match.c | 6611 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
|
/external/pcre/dist2/ |
D | Makefile.am | 46 doc/html/pcre2_jit_match.html \ 127 doc/pcre2_jit_match.3 \ 422 src/pcre2_jit_match.c \
|
D | PrepareRelease | 206 src/pcre2_jit_match.c \
|
D | NON-AUTOTOOLS-BUILD | 128 #includes src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should
|
D | Makefile.in | 852 doc/html/pcre2_jit_match.html \ 933 doc/pcre2_jit_match.3 \ 1052 src/pcre2_jit_match.c src/pcre2_jit_misc.c \
|
D | README | 741 src/pcre2_jit_match.c ) sources for the functions in the library,
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 128 #includes src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should
|
D | README.txt | 741 src/pcre2_jit_match.c ) sources for the functions in the library,
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 700 "fast path" interface, pcre2_jit_match(), which skips some of the san- 1209 pcre2_dfa_match() or pcre2_jit_match(). If the null_context modifier is
|
D | pcre2.txt | 347 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 822 of pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match(). 1535 int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, 1968 Before calling pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match() 4561 The fast path function is called pcre2_jit_match(), and it takes
|