Lines Matching refs:pcre2_compile
26 used to set PCRE2_NO_AUTO_CAPTURE when calling pcre2_compile(). However, this
205 7. Moved the pcre2_find_bracket() function from src/pcre2_compile.c into its
206 own source module to avoid a circular dependency between src/pcre2_compile.c
238 pcre2_compile() to run for a very long time. This bug was found by the LLVM
368 54. Add the null_context modifier to pcre2test so that calling pcre2_compile()
478 89. Paranoid check in regcomp() for bad error code from pcre2_compile().
510 an item and its qualifier (for example, A(?#comment)?B) pcre2_compile()
520 qualifier when PCRE2_AUTO_CALLOUT was set, pcre2_compile() misbehaved. This bug
529 pcre2_compile() to misbehave when auto callouts were enabled. This bug
534 parenthesis, pcre2_compile() misbehaved. Example: /(*:abc )/, but only when
537 107. In a number of places pcre2_compile() was not handling NULL characters
548 pcre2_compile() assumed that (?-x) applied to the whole pattern and
556 PCRE2_ALT_VERBNAMES was set caused pcre2_compile() to malfunction. This bug
579 pcre2_compile() function read past the end of the input before diagnosing an
672 subroutine call, for example /.((?2)(?R)\1)()/, pcre2_compile() failed to
783 6. If a bug that caused pcre2_compile() to use more memory than allocated was