Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_pattern_info.c199 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? 1 : 0; in pcre2_pattern_info()
203 *((uint32_t *)where) = ((re->flags & PCRE2_LASTSET) != 0)? in pcre2_pattern_info()
Dpcre2_internal.h513 #define PCRE2_LASTSET 0x00000080 /* last code unit is set */ macro
Dpcre2_dfa_match.c3508 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_dfa_match()
Dpcre2_match.c6350 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_match()
Dpcre2_compile.c9857 re->flags |= PCRE2_LASTSET; in pcre2_compile()
Dpcre2_jit_compile.c12146 if (mode == PCRE2_JIT_COMPLETE && (re->flags & PCRE2_LASTSET) != 0 && (re->overall_options & PCRE2_… in jit_compile()