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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c8048 pcre_uchar *last_branch = code; local
8155 if (*last_branch != OP_ALT)
8218 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0,
8252 int branch_length = (int)(code - last_branch);
8255 int prev_length = GET(last_branch, 1);
8256 PUT(last_branch, 1, branch_length);
8258 last_branch -= branch_length;
8335 PUT(code, 1, (int)(code - last_branch));
8336 bc.current_branch = last_branch = code;

Completed in 37 milliseconds