Lines Matching refs:backtrack

9206     backtrack = sljit_alloc_memory(compiler, (size)); \
9209 memset(backtrack, 0, size); \
9210 backtrack->prev = parent->top; \
9211 backtrack->cc = (ccstart); \
9212 parent->top = backtrack; \
9219 backtrack = sljit_alloc_memory(compiler, (size)); \
9222 memset(backtrack, 0, size); \
9223 backtrack->prev = parent->top; \
9224 backtrack->cc = (ccstart); \
9225 parent->top = backtrack; \
9229 #define BACKTRACK_AS(type) ((type *)backtrack)
9430 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local
9514 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
9519 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
9532 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
9594 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
9599 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
9608 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(STACK_TOP), STAC… in compile_ref_iterator_matchingpath()
9612 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
9636 backtrack_common *backtrack; in compile_recurse_matchingpath() local
9649 …hingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE), backtrack); in compile_recurse_matchingpath()
9687 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0)); in compile_recurse_matchingpath()
9752 backtrack_common *backtrack; in compile_callout_matchingpath() local
9815 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()
9856 …_matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL conditiona… in compile_assert_matchingpath() argument
9869 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
9895 backtrack->framesize = framesize; in compile_assert_matchingpath()
9896 backtrack->private_data_ptr = private_data_ptr; in compile_assert_matchingpath()
10203 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
10204 SET_LABEL(jump, backtrack->matchingpath); in compile_assert_matchingpath()
10208 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
10218 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
10254 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
10257 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
10263 SLJIT_ASSERT(found == &backtrack->common.topbacktracks); in compile_assert_matchingpath()
10264 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
10265 backtrack->common.topbacktracks = NULL; in compile_assert_matchingpath()
10448 backtrack_common *backtrack; in compile_bracket_matchingpath() local
10834 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
10845 match_script_run_common(common, private_data_ptr, backtrack); in compile_bracket_matchingpath()
11009 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local
11160 backtrack->top = NULL; in compile_bracketpos_matchingpath()
11161 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
11164 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
11239 compile_backtrackingpath(common, backtrack->top); in compile_bracketpos_matchingpath()
11242 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
11274 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
11278 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(st… in compile_bracketpos_matchingpath()
11280 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(TMP2), STACK(-stacks… in compile_bracketpos_matchingpath()
11437 backtrack_common *backtrack; in compile_iterator_matchingpath() local
11476 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_S… in compile_iterator_matchingpath()
11503 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_GREATER, TMP1, 0, STR_END, 0)); in compile_iterator_matchingpath()
11506 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, FALSE); in compile_iterator_matchingpath()
11514 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, TRUE); in compile_iterator_matchingpath()
11520 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, TRUE); in compile_iterator_matchingpath()
11529 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, TMP2, 0, TMP1, 0)); in compile_iterator_matchingpath()
11677 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11679 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, FALSE); in compile_iterator_matchingpath()
11684 detect_partial_match(common, &backtrack->topbacktracks); in compile_iterator_matchingpath()
11949 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local
11955 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
11986 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_NOT_ZERO)); in compile_fail_accept_matchingpath()
11998 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
12024 backtrack_common *backtrack; in compile_control_verb_matchingpath() local
12058 backtrack_common *backtrack; in compile_then_trap_matchingpath() local
12089 backtrack_common *backtrack; in compile_matchingpath() local
13168 assert_backtrack backtrack; in compile_braminzero_backtrackingpath() local
13181 memset(&backtrack, 0, sizeof(backtrack)); in compile_braminzero_backtrackingpath()
13182 backtrack.common.cc = current->cc; in compile_braminzero_backtrackingpath()
13183 backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath; in compile_braminzero_backtrackingpath()
13185 compile_assert_matchingpath(common, current->cc, &backtrack, FALSE); in compile_braminzero_backtrackingpath()