Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c8264 pcre_uchar *last_branch = code; in compile_regex() local
8374 if (*last_branch != OP_ALT) in compile_regex()
8437 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8471 int branch_length = (int)(code - last_branch); in compile_regex()
8474 int prev_length = GET(last_branch, 1); in compile_regex()
8475 PUT(last_branch, 1, branch_length); in compile_regex()
8477 last_branch -= branch_length; in compile_regex()
8554 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
8555 bc.current_branch = last_branch = code; in compile_regex()

Completed in 21 milliseconds