Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c208 *((uint32_t *)where) = (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_pattern_info()
H A Dpcre2_study.c1798 if ((re->flags & (PCRE2_MATCH_EMPTY|PCRE2_HASACCEPT)) == 0 && in PRIV()
H A Dpcre2_internal.h520 #define PCRE2_MATCH_EMPTY 0x00002000 /* pattern can match empty string */ macro
H A Dpcre2_dfa_match.c3486 (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c6747 (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_match()
H A Dpcre2_compile.c10330 if (regexrc < 0) re->flags |= PCRE2_MATCH_EMPTY; in pcre2_compile()
H A Dpcre2_jit_compile.c13744 common->might_be_empty = (re->minlength == 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()
13745 common->allow_empty_partial = (re->max_lookbehind > 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()

Completed in 87 milliseconds