Searched refs:PCRE2_FIRSTSET (Results 1 – 7 of 7) sorted by relevance
153 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? 1 : in pcre2_pattern_info()158 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? in pcre2_pattern_info()
1594 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
510 #define PCRE2_FIRSTSET 0x00000010 /* first_code unit is set */ macro
3489 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_dfa_match()
6332 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_match()
9815 re->flags |= PCRE2_FIRSTSET; in pcre2_compile()
12276 else if ((re->flags & PCRE2_FIRSTSET) != 0) in jit_compile()12294 …HAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->flags & PCRE2_FIRSTSET) != 0); in jit_compile()