Home
last modified time | relevance | path

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

/php-src/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.c1888 if ((re->flags & (PCRE2_MATCH_EMPTY|PCRE2_HASACCEPT)) == 0 && in PRIV()
H A Dpcre2_internal.h538 #define PCRE2_MATCH_EMPTY 0x00002000 /* pattern can match empty string */ macro
H A Dpcre2_dfa_match.c3538 (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c6968 (re->flags & PCRE2_MATCH_EMPTY) != 0; in pcre2_match()
H A Dpcre2_compile.c10691 if (regexrc < 0) re->flags |= PCRE2_MATCH_EMPTY; in pcre2_compile()
H A Dpcre2_jit_compile.c14135 common->might_be_empty = (re->minlength == 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()
14136 common->allow_empty_partial = (re->max_lookbehind > 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()

Completed in 109 milliseconds