Lines Matching full:pcre2_dfa_match
91 <b>int pcre2_dfa_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
429 A second matching function, <b>pcre2_dfa_match()</b>, which is not
437 documentation. There is no JIT support for <b>pcre2_dfa_match()</b>.
700 <i>pcre2_dfa_match()</i>.
732 functions, <i>pcre2_match()</i> and <i>pcre2_dfa_match()</i>.
772 <b>pcre2_match()</b>, <b>pcre2_dfa_match()</b>, or <b>pcre2_jit_match()</b>.
805 <b>pcre2_match()</b> and <b>pcre2_dfa_match()</b> functions return
810 <b>pcre2_match()</b> or <b>pcre2_dfa_match()</b> is greater than the offset
840 in the subject string. This limit is not relevant to <b>pcre2_dfa_match()</b>,
878 <b>pcre2_dfa_match()</b> function.
1503 as given by <b>pcre2_match()</b> and <b>pcre2_dfa_match()</b>, and are described
1954 Before calling <b>pcre2_match()</b>, <b>pcre2_dfa_match()</b>, or
2024 in the section about the <b>pcre2_dfa_match()</b> function.
3028 <b>int pcre2_dfa_match(const pcre2_code *<i>code</i>, PCRE2_SPTR <i>subject</i>,</b>
3035 The function <b>pcre2_dfa_match()</b> is called to match a subject string
3041 a list of features that <b>pcre2_dfa_match()</b> does not support, see the
3046 The arguments for the <b>pcre2_dfa_match()</b> function are the same as for
3059 Here is an example of a simple call to <b>pcre2_dfa_match()</b>:
3063 int rc = pcre2_dfa_match(
3079 The unused bits of the <i>options</i> argument for <b>pcre2_dfa_match()</b> must
3091 <b>pcre2_dfa_match()</b>, it returns PCRE2_ERROR_PARTIAL if the end of the
3113 When <b>pcre2_dfa_match()</b> returns a partial match, it is possible to call it
3123 Successful returns from <b>pcre2_dfa_match()</b>
3126 When <b>pcre2_dfa_match()</b> succeeds, it may have matched more than one
3181 Error returns from <b>pcre2_dfa_match()</b>
3184 The <b>pcre2_dfa_match()</b> function returns a negative number when it fails.
3188 <b>pcre2_dfa_match()</b>:
3192 This return is given if <b>pcre2_dfa_match()</b> encounters an item in the
3198 This return is given if <b>pcre2_dfa_match()</b> encounters a condition item
3204 This return is given if <b>pcre2_dfa_match()</b> runs out of space in the
3216 When <b>pcre2_dfa_match()</b> is called with the <b>PCRE2_DFA_RESTART</b> option,