Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8900 jump_list *end_list; in compile_char1_matchingpath() local
8958 end_list = NULL; in compile_char1_matchingpath()
8960 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
8962 check_str_end(common, &end_list); in compile_char1_matchingpath()
8966 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
9013 end_list = NULL; in compile_char1_matchingpath()
9015 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
9017 check_str_end(common, &end_list); in compile_char1_matchingpath()
9024 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()

Completed in 43 milliseconds