Lines Matching refs:jump_list

205 typedef struct jump_list {  struct
207 struct jump_list *next; argument
208 } jump_list; typedef
241 jump_list *nextbacktracks;
244 jump_list *topbacktracks;
251 jump_list *condfailed;
271 jump_list *condfailed;
302 jump_list *backtracks;
324 jump_list *entry_calls;
326 jump_list *backtrack_calls;
351 jump_list *quit;
464 jump_list *partialmatch;
465 jump_list *quit;
466 jump_list *positive_assertion_quit;
467 jump_list *abort;
468 jump_list *failed_match;
469 jump_list *accept;
470 jump_list *calllimit;
471 jump_list *stackalloc;
472 jump_list *revertframes;
473 jump_list *wordboundary;
474 jump_list *anynewline;
475 jump_list *hspace;
476 jump_list *vspace;
477 jump_list *casefulcmp;
478 jump_list *caselesscmp;
479 jump_list *reset_match;
488 jump_list *getucd;
489 jump_list *getucdtype;
491 jump_list *utfreadchar;
492 jump_list *utfreadtype8;
493 jump_list *utfpeakcharback;
496 jump_list *utfreadchar_invalid;
497 jump_list *utfreadnewline_invalid;
498 jump_list *utfmoveback_invalid;
499 jump_list *utfpeakcharback_invalid;
3012 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
3023 static SLJIT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_j… in add_jump()
3025 jump_list *list_item = sljit_alloc_memory(compiler, sizeof(jump_list)); in add_jump()
3584 static void check_str_end(compiler_common *common, jump_list **end_reached) in check_str_end()
3614 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match()
3676 …_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_list **backtracks) in peek_char()
3760 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back()
3834 jump_list **backtracks, sljit_u32 options) in read_char()
4046 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type()
4083 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type()
4202 static void move_back(compiler_common *common, jump_list **backtracks, BOOL must_be_valid) in move_back()
4288 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
5148 jump_list *newline = NULL; in mainloop_entry()
6172 jump_list *newline = NULL; in fast_forward_newline()
6265 …s(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
6276 jump_list *matches = NULL; in fast_forward_start_bits()
6339 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char()
6347 jump_list *not_found = NULL; in search_requested_char()
6473 jump_list *skipread_list = NULL; in check_wordboundary()
6476 jump_list *invalid_utf1 = NULL; in check_wordboundary()
6478 jump_list *invalid_utf2 = NULL; in check_wordboundary()
6628 …es(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_ranges()
6780 …rs(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_chars()
6881 …ss(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class()
7162 compare_context *context, jump_list **backtracks) in byte_sequence_compare()
7336 …_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks, BO…
7338 static void compile_xclass_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtra… in compile_xclass_matchingpath()
7341 jump_list *found = NULL; in compile_xclass_matchingpath()
7342 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()
7936 …tion_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks) in compile_simple_assertion_matchingpath()
8420 …_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks, BO… in compile_char1_matchingpath()
8427 jump_list *end_list; in compile_char1_matchingpath()
8825 …harn_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, jump_list **backtracks) in compile_charn_matchingpath()
8923 static void compile_dnref_search(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks) in compile_dnref_search()
8930 jump_list *found = NULL; in compile_dnref_search()
8953 static void compile_ref_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks… in compile_ref_matchingpath()
8964 jump_list *no_match = NULL; in compile_ref_matchingpath()
9560 jump_list *tmp = NULL; in compile_assert_matchingpath()
9561 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
9562 jump_list **found; in compile_assert_matchingpath()
9569 jump_list *save_quit = common->quit; in compile_assert_matchingpath()
9570 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
9571 jump_list *save_accept = common->accept; in compile_assert_matchingpath()
10713 struct jump_list *emptymatch = NULL; in compile_bracketpos_matchingpath()
11139 jump_list *no_match = NULL; in compile_iterator_matchingpath()
11140 jump_list *no_char1_match = NULL; in compile_iterator_matchingpath()
12118 jump_list *jumplist = NULL; in compile_iterator_backtrackingpath()
13180 jump_list *match = NULL; in compile_recurse()
13410 jump_list *reqcu_not_found = NULL; in jit_compile()