Home
last modified time | relevance | path

Searched refs:pcre2_jit_match (Results 1 – 13 of 13) 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.generic132 /* 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_)
Dpcre2.h.in132 /* 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
Dpcre2_match.c6611 rc = pcre2_jit_match(code, subject, length, start_offset, options, in pcre2_match()
/external/pcre/dist2/
DMakefile.am46 doc/html/pcre2_jit_match.html \
127 doc/pcre2_jit_match.3 \
422 src/pcre2_jit_match.c \
DPrepareRelease206 src/pcre2_jit_match.c \
DNON-AUTOTOOLS-BUILD128 #includes src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should
DMakefile.in852 doc/html/pcre2_jit_match.html \
933 doc/pcre2_jit_match.3 \
1052 src/pcre2_jit_match.c src/pcre2_jit_misc.c \
DREADME741 src/pcre2_jit_match.c ) sources for the functions in the library,
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt128 #includes src/pcre2_jit_match.c and src/pcre2_jit_misc.c, so you should
DREADME.txt741 src/pcre2_jit_match.c ) sources for the functions in the library,
/external/pcre/dist2/doc/
Dpcre2test.txt700 "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
Dpcre2.txt347 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