Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6462 int extrasize; in compile_assert_matchingpath() local
6514 extrasize = needs_control_head ? 2 : 1; in compile_assert_matchingpath()
6517 allocate_stack(common, extrasize); in compile_assert_matchingpath()
6545 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
6598 free_stack(common, extrasize); in compile_assert_matchingpath()
6709 if (extrasize == 2) in compile_assert_matchingpath()
6714 free_stack(common, extrasize); in compile_assert_matchingpath()
6743 if (extrasize == 2) in compile_assert_matchingpath()
6764 if (extrasize == 2) in compile_assert_matchingpath()
6804 if (extrasize == 2) in compile_assert_matchingpath()
[all …]

Completed in 30 milliseconds