Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2.h134 #define PCRE2_NO_DOTSTAR_ANCHOR 0x00008000u /* C */ macro
H A Dpcre2_compile.c777 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
833 { (uint8_t *)STRING_NO_DOTSTAR_ANCHOR_RIGHTPAR, 18, PSO_OPT, PCRE2_NO_DOTSTAR_ANCHOR },
8332 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_anchored()
8461 (cb->external_options & PCRE2_NO_DOTSTAR_ANCHOR) != 0) in is_startline()

Completed in 29 milliseconds