Lines Matching refs:pcre2_jit_match
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_)