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()
1708 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV()
513 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
3601 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
6890 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
10579 if ((re->flags & PCRE2_FIRSTMAPSET) != 0 && minminlength == 0) in pcre2_compile()
13968 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()
Completed in 188 milliseconds