Home
last modified time | relevance | path

Searched refs:pcre2_jit_match (Results 1 – 14 of 14) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_match.c86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() function
Dpcre2.h.in168 /* 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
Dpcre2.h.generic168 /* 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_)
Dpcre2_match.c6170 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
/external/pcre/dist2/
DMakefile.am54 doc/html/pcre2_jit_match.html \
147 doc/pcre2_jit_match.3 \
452 src/pcre2_jit_match.c \
DPrepareRelease207 src/pcre2_jit_match.c \
DNON-AUTOTOOLS-BUILD127 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
DMakefile.in894 doc/html/pcre2_jit_match.html \
987 doc/pcre2_jit_match.3 \
1115 src/pcre2_jit_match.c src/pcre2_jit_misc.c \
DREADME784 src/pcre2_jit_match.c ) sources for the functions in the library,
DChangeLog254 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/
DNON-AUTOTOOLS-BUILD.txt127 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
DREADME.txt784 src/pcre2_jit_match.c ) sources for the functions in the library,
/external/pcre/dist2/doc/
Dpcre2test.txt803 "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
Dpcre2.txt359 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