Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7598 PCRE2_UCHAR *last_branch = code; in compile_regex() local
7707 if (*last_branch != OP_ALT) in compile_regex()
7774 fixed_length = find_fixedlength(last_branch, (options & PCRE2_UTF) != 0, in compile_regex()
7806 size_t branch_length = code - last_branch; in compile_regex()
7809 size_t prev_length = GET(last_branch, 1); in compile_regex()
7810 PUT(last_branch, 1, branch_length); in compile_regex()
7812 last_branch -= branch_length; in compile_regex()
7885 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
7886 bc.current_branch = last_branch = code; in compile_regex()