Searched refs:end_list (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 5255 jump_list *end_list; in compile_char1_matchingpath() local 5330 end_list = NULL; in compile_char1_matchingpath() 5332 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5334 check_str_end(common, &end_list); in compile_char1_matchingpath() 5338 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 5397 end_list = NULL; in compile_char1_matchingpath() 5399 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath() 5401 check_str_end(common, &end_list); in compile_char1_matchingpath() 5408 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
|
Completed in 28 milliseconds