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()
1600 if (rc == SSB_DONE) re->flags |= PCRE2_FIRSTMAPSET; in PRIV()
514 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
3516 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
6384 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
13701 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()