Searched refs:backref_map (Results 1 – 2 of 2) sorted by relevance
748 uint32_t backref_map; /* Bitmap of low back refs */ member
5345 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in find_dupname_details()6794 cb->backref_map |= (groupnumber < 32)? (1u << groupnumber) : 1; in compile_branch()7797 cb->backref_map |= (meta_arg < 32)? (1u << meta_arg) : 1; in compile_branch()8457 if (scode[1] != OP_ALLANY || (bracket_map & cb->backref_map) != 0 || in is_anchored()8586 if (scode[1] != OP_ANY || (bracket_map & cb->backref_map) != 0 || in is_startline()9913 cb.backref_map = 0; in pcre2_compile()
Completed in 26 milliseconds