Lines Matching full:pcre_compile
83 places in pcre_compile().
85 7. Related to (6) above, when pcre_compile() was skipping #-introduced
156 pcre_compile().
221 14. Extended the "auto-possessify" feature of pcre_compile(). It now recognizes
295 9. Error texts for pcre_compile() are held as one long string to avoid too
317 time error "recursive call could loop indefinitely" because pcre_compile()
337 the pattern is reset in the first branch, pcre_compile() failed with
366 (b) In pcre_compile(), rename the member of the "branch_chain" structure
374 8. In pcre_compile() there are some checks for integer overflows that used to
459 1. The table for translating pcre_compile() error codes into POSIX error codes
460 was out-of-date, and there was no check on the pcre_compile() error code
854 pcre_compile.c and pcre_dfa_exec.c.
901 15. The "always fail" assertion (?!) is optimzed to (*FAIL) by pcre_compile;
1063 character property caused pcre_compile() to compile bad code, which led at
1309 23. There are several functions in pcre_compile() that scan along a compiled
1407 phase, where pcre_compile() figures out how much memory will be needed. A
1474 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
1537 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
1579 1. Fixed a signed/unsigned compiler warning in pcre_compile.c, shown up by
1604 either the PCRE error "internal error: code overflow" from pcre_compile(),
1671 a string of junk being passed to pcre_compile() if the pattern was longer
1674 17. I have done a major re-factoring of the way pcre_compile() computes the
1686 limitation, I suspect). However, there is a downside: pcre_compile() now
1752 subpattern 2 is defined later cause pcre_compile() to search forwards in
1937 pcre_compile() to give the error "Failed: internal error: code overflow" or
2488 (but then you may as well call pcre_compile(), which is now just a
2498 passes PCRE_DOTALL to the pcre_compile() function, making the "." character
2529 3. The PCRE_AUTO_CALLOUT option for pcre_compile() requests the automatic
3321 has been compiled with UTF-8 support *and* pcre_compile() has been compiled
3762 1. Changed the API for pcre_compile() to allow for the provision of a pointer