Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h129 #define PCRE2_ALT_BSUX 0x00000002u /* C */ macro
H A Dpcre2_compile.c705 PCRE2_ALLOW_EMPTY_CLASS|PCRE2_ALT_BSUX|PCRE2_ALT_CIRCUMFLEX| \
1502 (c != CHAR_u || (options & PCRE2_ALT_BSUX) != 0)) in PRIV()
1524 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; else in PRIV()
1552 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; in PRIV()
1750 if ((options & PCRE2_ALT_BSUX) != 0) in PRIV()

Completed in 29 milliseconds