Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6989 int repeat_ptr = 0, repeat_length = 0; in compile_bracket_matchingpath() local
7020 repeat_length = PRIVATE_DATA(matchingpath + 1); in compile_bracket_matchingpath()
7023 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
7034 return matchingpath + 1 + LINK_SIZE + repeat_length; in compile_bracket_matchingpath()
7519 return cc + repeat_length; in compile_bracket_matchingpath()

Completed in 27 milliseconds