Home
last modified time | relevance | path

Searched refs:top_backref (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h639 uint16_t top_backref; /* Highest numbered back reference */ member
743 uint32_t top_backref; /* Maximum back reference */ member
H A Dpcre2_compile.c5237 if (groupnumber > cb->top_backref) cb->top_backref = groupnumber; in find_dupname_details()
6250 if (ng->number > cb->top_backref) cb->top_backref = ng->number; in compile_branch()
6343 if (groupnumber > cb->top_backref) cb->top_backref = groupnumber; in compile_branch()
6683 if (groupnumber > cb->top_backref) in compile_branch()
6684 cb->top_backref = groupnumber; in compile_branch()
7681 if (meta_arg > cb->top_backref) cb->top_backref = meta_arg; in compile_branch()
9786 cb.top_backref = 0; in pcre2_compile()
10159 re->top_backref = 0; in pcre2_compile()
10205 re->top_backref = cb.top_backref; in pcre2_compile()
H A Dpcre2_study.c1799 re->top_backref <= MAX_CACHE_BACKREF) in PRIV()

Completed in 37 milliseconds