Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8427 jump_list *end_list; in compile_char1_matchingpath() local
8485 end_list = NULL; in compile_char1_matchingpath()
8487 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
8489 check_str_end(common, &end_list); in compile_char1_matchingpath()
8493 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
8561 end_list = NULL; in compile_char1_matchingpath()
8563 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
8565 check_str_end(common, &end_list); in compile_char1_matchingpath()
8572 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()

Completed in 36 milliseconds