Lines Matching refs:sljit_jump

191   struct sljit_jump *jump;
196 struct sljit_jump *start;
2049 …IT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_jump *jump) in add_jump()
2060 static void add_stub(compiler_common *common, struct sljit_jump *start) in add_stub()
2256 struct sljit_jump *early_quit; in copy_ovector()
2305 struct sljit_jump *jump; in return_with_partial_match()
2348 struct sljit_jump *jump; in check_start_used_ptr()
2491 struct sljit_jump *jump = NULL; in check_partial()
2521 struct sljit_jump *jump; in check_str_end()
2550 struct sljit_jump *jump; in detect_partial_match()
2582 struct sljit_jump *jump; in peek_char()
2644 struct sljit_jump *jump; in read_char7_type()
2671 struct sljit_jump *jump; in read_char_range()
2674 struct sljit_jump *jump2; in read_char_range()
2802 struct sljit_jump *jump; in read_char8_type()
2805 struct sljit_jump *jump2; in read_char8_type()
2901 struct sljit_jump *jump; in check_newlinechar()
2937 struct sljit_jump *jump; in do_utfreadchar()
2985 struct sljit_jump *jump; in do_utfreadchar16()
3021 struct sljit_jump *jump; in do_utfreadtype8()
3022 struct sljit_jump *compare; in do_utfreadtype8()
3089 struct sljit_jump *start; in mainloop_entry()
3090 struct sljit_jump *end = NULL; in mainloop_entry()
3091 struct sljit_jump *nl = NULL; in mainloop_entry()
3093 struct sljit_jump *singlechar; in mainloop_entry()
3577 struct sljit_jump *quit; in fast_forward_first_n_chars()
3821 struct sljit_jump *quit; in fast_forward_first_char()
3822 struct sljit_jump *found; in fast_forward_first_char()
3878 struct sljit_jump *lastchar; in fast_forward_newline()
3879 struct sljit_jump *firstchar; in fast_forward_newline()
3880 struct sljit_jump *quit; in fast_forward_newline()
3881 struct sljit_jump *foundcr = NULL; in fast_forward_newline()
3882 struct sljit_jump *notfoundnl; in fast_forward_newline()
3968 struct sljit_jump *quit; in fast_forward_start_bits()
3969 struct sljit_jump *found = NULL; in fast_forward_start_bits()
3972 struct sljit_jump *jump; in fast_forward_start_bits()
4041 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re… in search_requested_char()
4045 struct sljit_jump *toolong; in search_requested_char()
4046 struct sljit_jump *alreadyfound; in search_requested_char()
4047 struct sljit_jump *found; in search_requested_char()
4048 struct sljit_jump *foundoc = NULL; in search_requested_char()
4049 struct sljit_jump *notfound; in search_requested_char()
4107 struct sljit_jump *jump; in do_revertframes()
4142 struct sljit_jump *skipread; in check_wordboundary()
4145 struct sljit_jump *jump; in check_wordboundary()
4499 struct sljit_jump *jump; in do_casefulcmp()
4528 struct sljit_jump *jump; in do_caselesscmp()
4786 struct sljit_jump *jump = NULL; in compile_xclass_matchingpath()
5291 struct sljit_jump *jump[4]; in compile_char1_matchingpath()
5992 struct sljit_jump *jump = NULL; in compile_ref_matchingpath()
5993 struct sljit_jump *partial; in compile_ref_matchingpath()
5994 struct sljit_jump *nopartial; in compile_ref_matchingpath()
6091 struct sljit_jump *zerolength; in compile_ref_iterator_matchingpath()
6092 struct sljit_jump *jump = NULL; in compile_ref_iterator_matchingpath()
6481 struct sljit_jump *jump; in compile_assert_matchingpath()
6482 struct sljit_jump *brajump = NULL; in compile_assert_matchingpath()
6999 struct sljit_jump *jump; in compile_bracket_matchingpath()
7000 struct sljit_jump *skip; in compile_bracket_matchingpath()
7002 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath()
7912 struct sljit_jump *jump = NULL; in compile_iterator_matchingpath()
8606 struct sljit_jump *jump = NULL; in compile_iterator_backtrackingpath()
8798 struct sljit_jump *brajump = NULL; in compile_assert_backtrackingpath()
8876 struct sljit_jump *brazero = NULL; in compile_bracket_backtrackingpath()
8877 struct sljit_jump *alt1 = NULL; in compile_bracket_backtrackingpath()
8878 struct sljit_jump *alt2 = NULL; in compile_bracket_backtrackingpath()
8879 struct sljit_jump *once = NULL; in compile_bracket_backtrackingpath()
8880 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath()
9324 struct sljit_jump *jump; in compile_bracketpos_backtrackingpath()
9388 struct sljit_jump *jump; in compile_control_verb_backtrackingpath()
9449 struct sljit_jump *jump; in compile_then_trap_backtrackingpath()
9675 struct sljit_jump *jump; in compile_recurse()
9813 struct sljit_jump *jump; in PRIV()
9814 struct sljit_jump *minlength_check_failed = NULL; in PRIV()
9815 struct sljit_jump *reqbyte_notfound = NULL; in PRIV()
9816 struct sljit_jump *empty_match = NULL; in PRIV()