last_branch 8250 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *last_branch = code; last_branch 8360 ext/pcre/pcrelib/pcre_compile.c if (*last_branch != OP_ALT) last_branch 8423 ext/pcre/pcrelib/pcre_compile.c fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, last_branch 8457 ext/pcre/pcrelib/pcre_compile.c int branch_length = (int)(code - last_branch); last_branch 8460 ext/pcre/pcrelib/pcre_compile.c int prev_length = GET(last_branch, 1); last_branch 8461 ext/pcre/pcrelib/pcre_compile.c PUT(last_branch, 1, branch_length); last_branch 8463 ext/pcre/pcrelib/pcre_compile.c last_branch -= branch_length; last_branch 8540 ext/pcre/pcrelib/pcre_compile.c PUT(code, 1, (int)(code - last_branch)); last_branch 8541 ext/pcre/pcrelib/pcre_compile.c bc.current_branch = last_branch = code;