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