Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1620 PCRE2_SPTR max_end; in detect_repeat() local
1650 max_end = next; in detect_repeat()
1676 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1677 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1679 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1683 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE); in detect_repeat()
1691 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()

Completed in 31 milliseconds