Searched refs:PCRE2_FIRSTMAPSET (Results 1 – 6 of 6) sorted by relevance
151 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
1546 if (rc == SSB_DONE) re->flags |= PCRE2_FIRSTMAPSET; in PRIV()
533 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
3346 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
6762 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
11090 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()