Home
last modified time | relevance | path

Searched refs:PCRE2_FIRSTMAPSET (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c163 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
H A Dpcre2_study.c1708 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV()
H A Dpcre2_internal.h514 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
H A Dpcre2_dfa_match.c3542 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c6677 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
H A Dpcre2_compile.c10452 if ((re->flags & PCRE2_FIRSTMAPSET) != 0 && minminlength == 0) in pcre2_compile()
H A Dpcre2_jit_compile.c13659 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()

Completed in 117 milliseconds