Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h744 uint32_t backref_map; /* Bitmap of low back refs */ member
H A Dpcre2_compile.c5236 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in find_dupname_details()
6682 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in compile_branch()
7680 cb->backref_map |= (meta_arg < 32)? (1u << meta_arg) : 1; in compile_branch()
8330 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()
8459 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()
9787 cb.backref_map = 0; in pcre2_compile()

Completed in 29 milliseconds