Searched refs:top_backref (Results 1 – 4 of 4) sorted by relevance
640 uint16_t top_backref; /* Highest numbered back reference */ member744 uint32_t top_backref; /* Maximum back reference */ member
132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
5152 if (groupnumber > cb->top_backref) cb->top_backref = groupnumber; in find_dupname_details()6124 if (ng->number > cb->top_backref) cb->top_backref = ng->number; in compile_branch()6217 if (groupnumber > cb->top_backref) cb->top_backref = groupnumber; in compile_branch()6550 if (groupnumber > cb->top_backref) in compile_branch()6551 cb->top_backref = groupnumber; in compile_branch()7543 if (meta_arg > cb->top_backref) cb->top_backref = meta_arg; in compile_branch()9569 cb.top_backref = 0; in pcre2_compile()9942 re->top_backref = 0; in pcre2_compile()9988 re->top_backref = cb.top_backref; in pcre2_compile()
1611 re->top_backref <= MAX_CACHE_BACKREF) in PRIV()