Home | History | Annotate | Download | only in doc

Lines Matching full:pcre2_dfa_match

207        int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
497 A second matching function, pcre2_dfa_match(), which is not Perl-com-
505 pcre2_dfa_match().
753 pcre2_dfa_match().
785 preted matching functions, pcre2_match() and pcre2_dfa_match().
822 of pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match().
852 pcre2_match() and pcre2_dfa_match() functions return
857 argument of pcre2_match() or pcre2_dfa_match() is greater than the off-
887 relevant to pcre2_dfa_match(), which ignores it.
921 compiled code or by the pcre2_dfa_match() function.
1525 are the same as given by pcre2_match() and pcre2_dfa_match(), and are
1968 Before calling pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match()
2030 about the pcre2_dfa_match() function.
2956 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
2962 The function pcre2_dfa_match() is called to match a subject string
2969 that pcre2_dfa_match() does not support, see the pcre2matching documen-
2972 The arguments for the pcre2_dfa_match() function are the same as for
2984 Here is an example of a simple call to pcre2_dfa_match():
2988 int rc = pcre2_dfa_match(
3001 The unused bits of the options argument for pcre2_dfa_match() must be
3014 pcre2_dfa_match(), it returns PCRE2_ERROR_PARTIAL if the end of the
3035 When pcre2_dfa_match() returns a partial match, it is possible to call
3043 Successful returns from pcre2_dfa_match()
3045 When pcre2_dfa_match() succeeds, it may have matched more than one sub-
3099 Error returns from pcre2_dfa_match()
3101 The pcre2_dfa_match() function returns a negative number when it fails.
3104 pcre2_dfa_match():
3108 This return is given if pcre2_dfa_match() encounters an item in the
3114 This return is given if pcre2_dfa_match() encounters a condition item
3120 This return is given if pcre2_dfa_match() runs out of space in the
3132 When pcre2_dfa_match() is called with the PCRE2_DFA_RESTART option,
3398 the pcre2_match() function; it is not relevant for pcre2_dfa_match().
3415 pcre2_dfa_match() matching function.
4179 (j) The alternative matching function (pcre2_dfa_match() matches in a
4693 An alternative algorithm is provided by the pcre2_dfa_match() function;
5048 PARTIAL MATCHING USING pcre2_dfa_match()
5122 MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()
5361 alternative matching function, pcre2_dfa_match(), which matches using a
6343 matching function pcre2_dfa_match() nor the JIT optimizer support \C in
7897 context to pcre2_match() or pcre2_dfa_match(). If no match context is
9130 The pcre2_dfa_match() function operates in a different way to
9135 limit on the complexity of pcre2_dfa_match() is controlled by the
9138 pcre2_dfa_match() to run out of stack. At present, there is no protec-
9141 The comments that follow do NOT apply to pcre2_dfa_match(); they are
9749 pcre2_dfa_match() when in UTF-8 or UTF-16 mode, that is, when a charac-
9797 case of pcre2_match() and pcre2_dfa_match() calls with a non-zero
9831 pcre2_match() or pcre2_dfa_match().