Home | History | Annotate | Download | only in src

Lines Matching full:pcre2_dfa_match

84 or pcre2_dfa_match(). PCRE2_NO_UTF_CHECK affects only the function to which it
98 D is inspected during pcre2_dfa_match() execution
132 /* These are for pcre2_match(), pcre2_dfa_match(), and pcre2_jit_match(). Note
144 /* These are additional options for pcre2_dfa_match(). */
158 /* A further option for pcre2_match(), not allowed for pcre2_dfa_match(),
471 PCRE2_EXP_DECL int pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, \
604 #define pcre2_dfa_match PCRE2_SUFFIX(pcre2_dfa_match_)