Lines Matching full:pcre2_match
83 /* The following option bits can be passed to pcre2_compile(), pcre2_match(),
97 M is inspected during pcre2_match() execution
132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
150 through to pcre2_match(). */
158 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
475 PCRE2_EXP_DECL int pcre2_match(const pcre2_code *, \
620 #define pcre2_match PCRE2_SUFFIX(pcre2_match_)