Lines Matching refs:pcre_dfa_exec

1121        the pcre_exec() function; it is not relevant for pcre_dfa_exec().
1138 pcre_dfa_exec() matching function.
1368 An alternative algorithm is provided by the pcre_dfa_exec(),
1598 int pcre_dfa_exec(const pcre *code, const pcre_extra *extra,
1752 A second matching function, pcre_dfa_exec(), which is not Perl-compati-
1778 pcre_exec(), or pcre_dfa_exec(). This is an optional facility that is
2085 compiled pattern, and used again by pcre_exec() and pcre_dfa_exec()
2325 is used for pcre_exec() and pcre_dfa_exec(), but it can be overridden.
2348 option for pcre_exec() or pcre_dfa_exec(). If it is set at compile
2390 be passed to pcre_exec() and pcre_dfa_exec(), to suppress the validity
2514 pcre_exec() or pcre_dfa_exec(). However, a pcre_extra block also con-
2521 pcre_dfa_exec(), it must set up its own pcre_extra block. However, if
2594 These two optimizations apply to both pcre_exec() and pcre_dfa_exec(),
2660 and also by pcre_exec() and pcre_dfa_exec(). Thus, for any single pat-
2665 the internal tables) to pcre_exec() or pcre_dfa_exec() (see the discus-
3066 about the pcre_dfa_exec() function.
4073 int pcre_dfa_exec(const pcre *code, const pcre_extra *extra,
4078 The function pcre_dfa_exec() is called to match a subject string
4085 that pcre_dfa_exec() does not support, see the pcrematching documenta-
4088 The arguments for the pcre_dfa_exec() function are the same as for
4100 Here is an example of a simple call to pcre_dfa_exec():
4105 rc = pcre_dfa_exec(
4117 Option bits for pcre_dfa_exec()
4119 The unused bits of the options argument for pcre_dfa_exec() must be
4133 pcre_dfa_exec(), it returns PCRE_ERROR_PARTIAL if the end of the sub-
4154 When pcre_dfa_exec() returns a partial match, it is possible to call it
4162 Successful returns from pcre_dfa_exec()
4164 When pcre_dfa_exec() succeeds, it may have matched more than one sub-
4194 filled with the longest matches. Unlike pcre_exec(), pcre_dfa_exec()
4206 Error returns from pcre_dfa_exec()
4208 The pcre_dfa_exec() function returns a negative number when it fails.
4211 specific to pcre_dfa_exec():
4215 This return is given if pcre_dfa_exec() encounters an item in the pat-
4221 This return is given if pcre_dfa_exec() encounters a condition item
4227 This return is given if pcre_dfa_exec() is called with an extra block
4234 This return is given if pcre_dfa_exec() runs out of space in the
4246 When pcre_dfa_exec() is called with the PCRE_DFA_RESTART option, some
4697 (k) The alternative matching functions (pcre_dfa_exec(),
4747 matching functions, pcre_dfa_exec() and pcre[16|32_dfa_exec(), which
8142 and pcre_dfa_exec() also pass back this information, as well as a more
8157 this option to pcre_exec() or pcre_dfa_exec().
8862 PARTIAL MATCHING USING pcre_dfa_exec() OR pcre[16|32]_dfa_exec()
8954 MULTI-SEGMENT MATCHING WITH pcre_dfa_exec() OR pcre[16|32]_dfa_exec()
9053 argument of pcre_exec() or pcre_dfa_exec().
9275 Warning: The tables that pcre_exec() and pcre_dfa_exec() use must be