Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3584 static void check_str_end(compiler_common *common, jump_list **end_reached) in check_str_end() argument
3592 add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end()
3599 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end()
3601 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
3605 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end()

Completed in 29 milliseconds