Home
last modified time | relevance | path

Searched refs:PCRE2_LASTSET (Results 1 – 7 of 7) sorted by path

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c10416 re->flags |= PCRE2_LASTSET; in pcre2_compile()
H A Dpcre2_dfa_match.c3547 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_dfa_match()
H A Dpcre2_internal.h515 #define PCRE2_LASTSET 0x00000080 /* last code unit is set */ macro
H A Dpcre2_jit_compile.c13528 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()
H A Dpcre2_match.c6682 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_match()
H A Dpcre2_pattern_info.c199 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? 1 : 0; in pcre2_pattern_info()
203 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? in pcre2_pattern_info()
H A Dpcre2_study.c1773 (re->flags & PCRE2_LASTSET) == 0 || in PRIV()

Completed in 108 milliseconds