Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7976 PCRE2_UCHAR *last_branch = code; in compile_regex() local
8085 if (*last_branch != OP_ALT) in compile_regex()
8152 PCRE2_SIZE branch_length = code - last_branch; in compile_regex()
8155 PCRE2_SIZE prev_length = GET(last_branch, 1); in compile_regex()
8156 PUT(last_branch, 1, branch_length); in compile_regex()
8158 last_branch -= branch_length; in compile_regex()
8210 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
8211 bc.current_branch = last_branch = code; in compile_regex()

Completed in 40 milliseconds