Home
last modified time | relevance | path

Searched refs:PCRE2_EXTRA_ALT_BSUX (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2.h154 #define PCRE2_EXTRA_ALT_BSUX 0x00000020u /* C */ macro
H A Dpcre2_compile.c785 PCRE2_EXTRA_ESCAPED_CR_IS_LF|PCRE2_EXTRA_ALT_BSUX)
1585 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1623 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()

Completed in 32 milliseconds