Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c864 get_framesize
1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() function
9646 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
9894 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
10534 BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_control_head); in compile_bracket_matchingpath()
11057 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
12066 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_control_head); in compile_then_trap_matchingpath()

Completed in 20 milliseconds