Home | History | Annotate | Download | only in dist

Lines Matching full:pcre_compile

92     pcre_compile() to run for a very long time.
630 14. The code in pcre_compile.c for creating the table of named capturing groups
1069 pcre_compile.c when checking for a zero character.
1532 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not
1573 6. When the UTF-8 string check fails for pcre_compile(), the offset that is
1726 35. A minor code tidy in pcre_compile() when checking options for \R usage.
1876 places in pcre_compile().
1878 7. Related to (6) above, when pcre_compile() was skipping #-introduced
1949 pcre_compile().
2014 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes
2088 9. Error texts for pcre_compile() are held as one long string to avoid too
2110 time error "recursive call could loop indefinitely" because pcre_compile()
2130 the pattern is reset in the first branch, pcre_compile() failed with
2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
2167 8. In pcre_compile() there are some checks for integer overflows that used to
2252 1. The table for translating pcre_compile() error codes into POSIX error codes
2253 was out-of-date, and there was no check on the pcre_compile() error code
2648 pcre_compile
2695 15. The "always fail" assertion (?!) is optimzed to (*FAIL) by pcre_compile;
2857 character property caused pcre_compile() to compile bad code, which led at
3103 23. There are several functions in pcre_compile() that scan along a compiled
3201 phase, where pcre_compile() figures out how much memory will be needed. A
3268 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
3331 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
3373 1. Fixed a signed/unsigned compiler warning in pcre_compile.c, shown up by
3398 either the PCRE error "internal error: code overflow" from pcre_compile(),
3465 a string of junk being passed to pcre_compile() if the pattern was longer
3468 17. I have done a major re-factoring of the way pcre_compile() computes the
3480 limitation, I suspect). However, there is a downside: pcre_compile() now
3546 subpattern 2 is defined later cause pcre_compile() to search forwards in
3731 pcre_compile() to give the error "Failed: internal error: code overflow" or
4282 (but then you may as well call pcre_compile(), which is now just a
4292 passes PCRE_DOTALL to the pcre_compile() function, making the "." character
4323 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
5115 has been compiled with UTF-8 support *and* pcre_compile() has been compiled
5556 1. Changed the API for pcre_compile() to allow for the provision of a pointer