Home
last modified time | relevance | path

Searched refs:PCRE2_FIRSTSET (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c153 *((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()
H A Dpcre2_study.c1778 if ((re->flags & (PCRE2_FIRSTSET|PCRE2_STARTLINE)) == 0) in PRIV()
1871 flags = PCRE2_FIRSTSET; in PRIV()
H A Dpcre2_internal.h529 #define PCRE2_FIRSTSET 0x00000010 /* first_code unit is set */ macro
H A Dpcre2_dfa_match.c3634 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_dfa_match()
H A Dpcre2_match.c7094 if ((re->flags & PCRE2_FIRSTSET) != 0) in pcre2_match()
H A Dpcre2_compile.c10836 re->flags |= PCRE2_FIRSTSET; in pcre2_compile()
H A Dpcre2_jit_compile.c14355 else if ((re->flags & PCRE2_FIRSTSET) != 0) in jit_compile()
14373 …HAR)(re->last_codeunit), (re->flags & PCRE2_LASTCASELESS) != 0, (re->flags & PCRE2_FIRSTSET) != 0); in jit_compile()

Completed in 80 milliseconds