Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6425 int extrasize; in compile_assert_matchingpath() local
6477 extrasize = needs_control_head ? 2 : 1; in compile_assert_matchingpath()
6480 allocate_stack(common, extrasize); in compile_assert_matchingpath()
6508 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
6561 free_stack(common, extrasize); in compile_assert_matchingpath()
6672 if (extrasize == 2) in compile_assert_matchingpath()
6677 free_stack(common, extrasize); in compile_assert_matchingpath()
6706 if (extrasize == 2) in compile_assert_matchingpath()
6727 if (extrasize == 2) in compile_assert_matchingpath()
6767 if (extrasize == 2) in compile_assert_matchingpath()
[all …]

Completed in 27 milliseconds