Searched refs:PCRE2_FIRSTMAPSET (Results 1 – 7 of 7) sorted by relevance
163 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
1798 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV()
531 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
3653 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
7111 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
10949 if ((re->flags & PCRE2_FIRSTMAPSET) != 0 && minminlength == 0) in pcre2_compile()
14421 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()
Completed in 142 milliseconds