Home
last modified time | relevance | path

Searched refs:backref_map (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h749 uint32_t backref_map; /* Bitmap of low back refs */ member
H A Dpcre2_compile.c5589 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in find_dupname_details()
7059 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in compile_branch()
8054 cb->backref_map |= (meta_arg < 32)? (1u << meta_arg) : 1; in compile_branch()
8752 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
8881 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()
10276 cb.backref_map = 0; in pcre2_compile()

Completed in 32 milliseconds