Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c5292 jump_list *end_list; in compile_char1_matchingpath() local
5367 end_list = NULL; in compile_char1_matchingpath()
5369 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5371 check_str_end(common, &end_list); in compile_char1_matchingpath()
5375 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5434 end_list = NULL; in compile_char1_matchingpath()
5436 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
5438 check_str_end(common, &end_list); in compile_char1_matchingpath()
5445 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()

Completed in 23 milliseconds