Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7525 PCRE2_UCHAR *last_branch = code; in compile_regex() local
7632 if (*last_branch != OP_ALT) in compile_regex()
7699 PCRE2_SIZE branch_length = code - last_branch; in compile_regex()
7702 PCRE2_SIZE prev_length = GET(last_branch, 1); in compile_regex()
7703 PUT(last_branch, 1, branch_length); in compile_regex()
7705 last_branch -= branch_length; in compile_regex()
7774 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
7775 bc.current_branch = last_branch = code; in compile_regex()

Completed in 26 milliseconds