Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1242 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize() function
6303 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
6495 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
7075 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
7573 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
8255 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
9670 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse()

Completed in 31 milliseconds