Searched refs:set_jumps (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 2022 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() function 3081 set_jumps(newline, LABEL()); in mainloop_entry() 3892 set_jumps(newline, loop); in fast_forward_newline() 3988 set_jumps(matches, LABEL()); in fast_forward_start_bits() 4196 set_jumps(skipread_list, LABEL()); in check_wordboundary() 5225 set_jumps(found, LABEL()); in compile_xclass_matchingpath() 5323 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 5393 set_jumps(end_list, LABEL()); in compile_char1_matchingpath() 5932 set_jumps(found, LABEL()); in compile_dnref_search() 6538 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath() [all …]
|