• Home
  • Raw
  • Download

Lines Matching refs:sljit_jump

191   struct sljit_jump *jump;
196 struct sljit_jump *start;
2033 …IT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_jump* jump) in add_jump()
2044 static void add_stub(compiler_common *common, struct sljit_jump *start) in add_stub()
2205 struct sljit_jump *early_quit; in copy_ovector()
2254 struct sljit_jump *jump; in return_with_partial_match()
2297 struct sljit_jump *jump; in check_start_used_ptr()
2440 struct sljit_jump *jump = NULL; in check_partial()
2470 struct sljit_jump *jump; in check_str_end()
2499 struct sljit_jump *jump; in detect_partial_match()
2531 struct sljit_jump *jump; in peek_char()
2593 struct sljit_jump *jump; in read_char7_type()
2620 struct sljit_jump *jump; in read_char_range()
2623 struct sljit_jump *jump2; in read_char_range()
2751 struct sljit_jump *jump; in read_char8_type()
2754 struct sljit_jump *jump2; in read_char8_type()
2850 struct sljit_jump *jump; in check_newlinechar()
2886 struct sljit_jump *jump; in do_utfreadchar()
2934 struct sljit_jump *jump; in do_utfreadchar16()
2970 struct sljit_jump *jump; in do_utfreadtype8()
2971 struct sljit_jump *compare; in do_utfreadtype8()
3038 struct sljit_jump *start; in mainloop_entry()
3039 struct sljit_jump *end = NULL; in mainloop_entry()
3040 struct sljit_jump *nl = NULL; in mainloop_entry()
3042 struct sljit_jump *singlechar; in mainloop_entry()
3521 struct sljit_jump *quit; in fast_forward_first_n_chars()
3775 struct sljit_jump *quit; in fast_forward_first_char()
3776 struct sljit_jump *found; in fast_forward_first_char()
3832 struct sljit_jump *lastchar; in fast_forward_newline()
3833 struct sljit_jump *firstchar; in fast_forward_newline()
3834 struct sljit_jump *quit; in fast_forward_newline()
3835 struct sljit_jump *foundcr = NULL; in fast_forward_newline()
3836 struct sljit_jump *notfoundnl; in fast_forward_newline()
3922 struct sljit_jump *quit; in fast_forward_start_bits()
3923 struct sljit_jump *found = NULL; in fast_forward_start_bits()
3926 struct sljit_jump *jump; in fast_forward_start_bits()
3995 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re… in search_requested_char()
3999 struct sljit_jump *toolong; in search_requested_char()
4000 struct sljit_jump *alreadyfound; in search_requested_char()
4001 struct sljit_jump *found; in search_requested_char()
4002 struct sljit_jump *foundoc = NULL; in search_requested_char()
4003 struct sljit_jump *notfound; in search_requested_char()
4061 struct sljit_jump *jump; in do_revertframes()
4096 struct sljit_jump *skipread; in check_wordboundary()
4099 struct sljit_jump *jump; in check_wordboundary()
4451 struct sljit_jump *jump; in do_casefulcmp()
4480 struct sljit_jump *jump; in do_caselesscmp()
4738 struct sljit_jump *jump = NULL; in compile_xclass_matchingpath()
5239 struct sljit_jump *jump[4]; in compile_char1_matchingpath()
5940 struct sljit_jump *jump = NULL; in compile_ref_matchingpath()
5941 struct sljit_jump *partial; in compile_ref_matchingpath()
5942 struct sljit_jump *nopartial; in compile_ref_matchingpath()
6039 struct sljit_jump *zerolength; in compile_ref_iterator_matchingpath()
6040 struct sljit_jump *jump = NULL; in compile_ref_iterator_matchingpath()
6429 struct sljit_jump *jump; in compile_assert_matchingpath()
6430 struct sljit_jump *brajump = NULL; in compile_assert_matchingpath()
6947 struct sljit_jump *jump; in compile_bracket_matchingpath()
6948 struct sljit_jump *skip; in compile_bracket_matchingpath()
6950 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath()
7853 struct sljit_jump *jump = NULL; in compile_iterator_matchingpath()
8548 struct sljit_jump *jump = NULL; in compile_iterator_backtrackingpath()
8740 struct sljit_jump *brajump = NULL; in compile_assert_backtrackingpath()
8818 struct sljit_jump *brazero = NULL; in compile_bracket_backtrackingpath()
8819 struct sljit_jump *alt1 = NULL; in compile_bracket_backtrackingpath()
8820 struct sljit_jump *alt2 = NULL; in compile_bracket_backtrackingpath()
8821 struct sljit_jump *once = NULL; in compile_bracket_backtrackingpath()
8822 struct sljit_jump *cond = NULL; in compile_bracket_backtrackingpath()
9265 struct sljit_jump *jump; in compile_bracketpos_backtrackingpath()
9329 struct sljit_jump *jump; in compile_control_verb_backtrackingpath()
9390 struct sljit_jump *jump; in compile_then_trap_backtrackingpath()
9616 struct sljit_jump *jump; in compile_recurse()
9753 struct sljit_jump *jump; in PRIV()
9754 struct sljit_jump *minlength_check_failed = NULL; in PRIV()
9755 struct sljit_jump *reqbyte_notfound = NULL; in PRIV()
9756 struct sljit_jump *empty_match = NULL; in PRIV()