Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1424 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame() function
6545 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
7232init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
7666 init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE); in compile_bracketpos_matchingpath()
8272 init_frame(common, cc, ccend, size - 1, 0, FALSE); in compile_then_trap_matchingpath()
9699 init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE); in compile_recurse()

Completed in 27 milliseconds