• Home
  • Raw
  • Download

Lines Matching refs:pcre2_dfa_match

218        int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
564 A second matching function, pcre2_dfa_match(), which is not Perl-com-
572 pcre2_dfa_match().
827 pcre2_dfa_match().
875 pcre2_dfa_match().
915 pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match().
945 pcre2_match() and pcre2_dfa_match() functions return
953 pcre2_dfa_match(), or pcre2_substitute() is greater than the offset
976 also applies to pcre2_dfa_match(), which may use the heap when process-
1003 Similarly, for pcre2_dfa_match(), a vector on the system stack is used
1023 to pcre2_dfa_match(), though the counting is done in a different way.
1041 pcre2_dfa_match() or, if no such limit is set, less than the default.
1056 using JIT compiled code. However, it is supported by pcre2_dfa_match(),
1070 matched to a very long string using pcre2_dfa_match(), can use a great
1077 pcre2_dfa_match() returns PCRE2_ERROR_DEPTHLIMIT. A value for the depth
1085 pcre2_dfa_match() or, if no such limit is set, less than the default.
1130 recursions, lookarounds, and atomic groups in pcre2_dfa_match(). Fur-
1137 pcre2_dfa_match(). Further details are given with
1324 same as given by pcre2_match() and pcre2_dfa_match(), and are described
1488 For DFA matching with pcre2_dfa_match(), PCRE2_ENDANCHORED applies only
2330 Before calling pcre2_match(), pcre2_dfa_match(), or pcre2_jit_match()
2393 about the pcre2_dfa_match() function.
3366 int pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject,
3372 The function pcre2_dfa_match() is called to match a subject string
3379 algorithms, and a list of features that pcre2_dfa_match() does not sup-
3382 The arguments for the pcre2_dfa_match() function are the same as for
3394 Here is an example of a simple call to pcre2_dfa_match():
3398 int rc = pcre2_dfa_match(
3411 The unused bits of the options argument for pcre2_dfa_match() must be
3424 pcre2_dfa_match(), it returns PCRE2_ERROR_PARTIAL if the end of the
3445 When pcre2_dfa_match() returns a partial match, it is possible to call
3453 Successful returns from pcre2_dfa_match()
3455 When pcre2_dfa_match() succeeds, it may have matched more than one sub-
3498 Error returns from pcre2_dfa_match()
3500 The pcre2_dfa_match() function returns a negative number when it fails.
3503 pcre2_dfa_match():
3507 This return is given if pcre2_dfa_match() encounters an item in the
3513 This return is given if pcre2_dfa_match() encounters a condition item
3519 This return is given if pcre2_dfa_match() runs out of space in the
3531 When pcre2_dfa_match() is called with the PCRE2_DFA_RESTART option,
3807 pcre2_dfa_match() matching function, and to JIT matching (though the
3822 interpretive matching in pcre2_match() and pcre2_dfa_match(), which may
3843 depth of recursive function calls in pcre2_dfa_match(). These are used
4391 ovectors hold no useful information because pcre2_dfa_match() does not
4437 pcre2_dfa_match() or when JIT is being used. When pcre2_match() without
4459 understand how PCRE2 works. There is no support in pcre2_dfa_match()
4709 (k) The alternative matching function (pcre2_dfa_match() matches in a
5228 An alternative algorithm is provided by the pcre2_dfa_match() function;
5583 PARTIAL MATCHING USING pcre2_dfa_match()
5657 MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()
5896 alternative matching function, pcre2_dfa_match(), which matches using a
6014 The heap limit applies only when the pcre2_match() or pcre2_dfa_match()
6017 pcre2_dfa_match() is called, to limit computing resource usage by those
6961 matching function pcre2_dfa_match() nor the JIT optimizer support \C in
8581 context to pcre2_match() or pcre2_dfa_match(). If no match context is
9197 In contrast to pcre2_match(), pcre2_dfa_match() does use recursive
9202 with small stacks. From release 10.32 the code for pcre2_dfa_match()
9209 pcre2_dfa_match().
9330 pcre2_match() or pcre2_dfa_match() is called. For details of these
10254 pcre2_dfa_match(), not increase them. LIMIT_RECURSION is an obsolete
10472 pcre2_dfa_match() when in UTF-8 or UTF-16 mode, that is, when a charac-
10526 case of pcre2_match() and pcre2_dfa_match() calls with a non-zero
10560 pcre2_match() or pcre2_dfa_match().