Lines Matching refs:pcre_compile
287 14. The code in pcre_compile.c for creating the table of named capturing groups
726 pcre_compile.c when checking for a zero character.
1189 19. If the PCRE_NO_START_OPTIMIZE option was set for pcre_compile(), it did not
1230 6. When the UTF-8 string check fails for pcre_compile(), the offset that is
1383 35. A minor code tidy in pcre_compile() when checking options for \R usage.
1533 places in pcre_compile().
1535 7. Related to (6) above, when pcre_compile() was skipping #-introduced
1606 pcre_compile().
1671 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes
1745 9. Error texts for pcre_compile() are held as one long string to avoid too
1767 time error "recursive call could loop indefinitely" because pcre_compile()
1787 the pattern is reset in the first branch, pcre_compile() failed with
1816 (b) In pcre_compile(), rename the member of the "branch_chain" structure
1824 8. In pcre_compile() there are some checks for integer overflows that used to
1909 1. The table for translating pcre_compile() error codes into POSIX error codes
1910 was out-of-date, and there was no check on the pcre_compile() error code
2305 pcre_compile.c and pcre_dfa_exec.c.
2352 15. The "always fail" assertion (?!) is optimzed to (*FAIL) by pcre_compile;
2514 character property caused pcre_compile() to compile bad code, which led at
2760 23. There are several functions in pcre_compile() that scan along a compiled
2858 phase, where pcre_compile() figures out how much memory will be needed. A
2925 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
2988 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
3030 1. Fixed a signed/unsigned compiler warning in pcre_compile.c, shown up by
3055 either the PCRE error "internal error: code overflow" from pcre_compile(),
3122 a string of junk being passed to pcre_compile() if the pattern was longer
3125 17. I have done a major re-factoring of the way pcre_compile() computes the
3137 limitation, I suspect). However, there is a downside: pcre_compile() now
3203 subpattern 2 is defined later cause pcre_compile() to search forwards in
3388 pcre_compile() to give the error "Failed: internal error: code overflow" or
3939 (but then you may as well call pcre_compile(), which is now just a
3949 passes PCRE_DOTALL to the pcre_compile() function, making the "." character
3980 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
4772 has been compiled with UTF-8 support *and* pcre_compile() has been compiled
5213 1. Changed the API for pcre_compile() to allow for the provision of a pointer