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.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() function
Dpcre2.h.in163 /* 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
Dpcre2.h.generic163 /* 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_)
Dpcre2_match.c6345 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
/external/pcre/dist2/
DMakefile.am55 doc/html/pcre2_jit_match.html \
151 doc/pcre2_jit_match.3 \
464 src/pcre2_jit_match.c \
DPrepareRelease207 src/pcre2_jit_match.c \
DNON-AUTOTOOLS-BUILD133 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
DMakefile.in996 doc/html/pcre2_jit_match.html \
1092 doc/pcre2_jit_match.3 \
1219 src/sljit/sljitWXExecAllocator.c src/pcre2_jit_match.c \
DChangeLog457 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
DREADME798 src/pcre2_jit_match.c ) sources for the functions in the library,
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt133 src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should not compile
DREADME.txt798 src/pcre2_jit_match.c ) sources for the functions in the library,
/external/pcre/dist2/doc/
Dpcre2test.txt826 "fast path" interface, pcre2_jit_match(), which skips some of the san-
1501 pcre2_dfa_match(), pcre2_jit_match() or pcre2_substitute(). If the
Dpcre2.txt363 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-