Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8957 jump_list *end_list; in compile_char1_matchingpath() local
9015 end_list = NULL; in compile_char1_matchingpath()
9017 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
9019 check_str_end(common, &end_list); in compile_char1_matchingpath()
9023 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
9070 end_list = NULL; in compile_char1_matchingpath()
9072 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
9074 check_str_end(common, &end_list); in compile_char1_matchingpath()
9081 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()

Completed in 64 milliseconds