Lines Matching refs:pcre_dfa_exec
406 pcre_dfa_exec() is for use only with saved/restored patterns.
589 and pcre_dfa_exec in the function-specific man pages, where they were
593 44. A call to pcre_dfa_exec() with an output vector size less than 2 caused
734 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for
844 retained). Also added to pcre_dfa_exec() a simple plausibility check on
1123 5. When the number of matches in a pcre_dfa_exec() run exactly filled the
1191 given to pcre_exec() or pcre_dfa_exec() it did work.)
1226 pcre_exec() and pcre_dfa_exec() when the UTF-8 string check fails, as long
1234 pcre_exec() and pcre_dfa_exec().
1237 pcre_exec() or pcre_dfa_exec() fails; if the error is a UTF-8 check
1570 14. Neither pcre_exec() nor pcre_dfa_exec() was checking that the value given
1576 15. In both pcre_exec() and pcre_dfa_exec() the code for checking that the
1603 passed through to pcre_exec() or pcre_dfa_exec(). This makes it available
1738 in pcre_dfa_exec.c. This could lead to memory accesses outsize the vectors.
1799 4. If an item that is not supported by pcre_dfa_exec() was encountered in an
1854 12. Although pcre_dfa_exec() does not use nearly as much stack as pcre_exec()
1970 case of pcre_dfa_exec(), "no match" is given if every matching path for the
1973 12. Restarting a match using pcre_dfa_exec() after a partial match did not work
1980 13. The string returned by pcre_dfa_exec() after a partial match has been
1984 pcre_dfa_exec()). It's an incompatible change, but it makes the two
2049 not been passing the result of pcre_study() to pcre_dfa_exec(), so the
2052 pcre_dfa_exec() that meant it never actually used it. Double oops. There
2053 were also very few tests of studied patterns with pcre_dfa_exec().
2114 pcre_exec() and pcre_dfa_exec().
2116 10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was
2244 pcre_dfa_exec() could read past the end of the passed subject if there was
2305 pcre_compile.c and pcre_dfa_exec.c.
2353 it was being rejected as not supported by pcre_dfa_exec(), even though
2354 other assertions are supported. I have made pcre_dfa_exec() support
3018 22. Code for handling Unicode properties in pcre_dfa_exec() wasn't being cut
3079 7. In pcre_dfa_exec.c the value of an unsigned integer (the variable called c)
3199 returned by pcre_exec() or pcre_dfa_exec(). If this happens in a /g or /G
3378 16. If PCRE_DOTALL or PCRE_MULTILINE were set, pcre_dfa_exec() behaved as if
3485 1. When using the partial match feature with pcre_dfa_exec(), it was not
3840 4. Added an alternate matching function, pcre_dfa_exec(), which matches using
3845 5. Upgrades to pcretest in order to test the features of pcre_dfa_exec(),