Home
last modified time | relevance | path

Searched refs:PCRE2_FIRSTMAPSET (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_pattern_info.c151 *((const uint8_t **)where) = ((re->flags & PCRE2_FIRSTMAPSET) != 0)? in pcre2_pattern_info()
Dpcre2_study.c1546 if (rc == SSB_DONE) re->flags |= PCRE2_FIRSTMAPSET; in PRIV()
Dpcre2_internal.h533 #define PCRE2_FIRSTMAPSET 0x00000040 /* bitmap of first code units is set */ macro
Dpcre2_dfa_match.c3346 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_dfa_match()
Dpcre2_match.c6762 if (!startline && (re->flags & PCRE2_FIRSTMAPSET) != 0) in pcre2_match()
Dpcre2_jit_compile.c11090 else if ((re->flags & PCRE2_FIRSTMAPSET) != 0) in jit_compile()