Lines Matching refs:backtrack

6701     backtrack = sljit_alloc_memory(compiler, (size)); \
6704 memset(backtrack, 0, size); \
6705 backtrack->prev = parent->top; \
6706 backtrack->cc = (ccstart); \
6707 parent->top = backtrack; \
6714 backtrack = sljit_alloc_memory(compiler, (size)); \
6717 memset(backtrack, 0, size); \
6718 backtrack->prev = parent->top; \
6719 backtrack->cc = (ccstart); \
6720 parent->top = backtrack; \
6724 #define BACKTRACK_AS(type) ((type *)backtrack)
6856 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local
6940 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
6945 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6958 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
7020 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
7025 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
7034 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(STACK_TOP), STAC… in compile_ref_iterator_matchingpath()
7038 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
7062 backtrack_common *backtrack; in compile_recurse_matchingpath() local
7075 …hingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE), backtrack); in compile_recurse_matchingpath()
7124 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0)); in compile_recurse_matchingpath()
7182 backtrack_common *backtrack; in compile_callout_matchingpath() local
7217 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()
7254 …matchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditiona… in compile_assert_matchingpath() argument
7266 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
7292 backtrack->framesize = framesize; in compile_assert_matchingpath()
7293 backtrack->private_data_ptr = private_data_ptr; in compile_assert_matchingpath()
7598 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
7599 SET_LABEL(jump, backtrack->matchingpath); in compile_assert_matchingpath()
7603 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
7611 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
7647 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
7650 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
7656 SLJIT_ASSERT(found == &backtrack->common.topbacktracks); in compile_assert_matchingpath()
7657 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
7658 backtrack->common.topbacktracks = NULL; in compile_assert_matchingpath()
7806 backtrack_common *backtrack; in compile_bracket_matchingpath() local
7855 parent->top = backtrack->prev; in compile_bracket_matchingpath()
8195 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
8351 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local
8502 backtrack->top = NULL; in compile_bracketpos_matchingpath()
8503 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
8506 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
8581 compile_backtrackingpath(common, backtrack->top); in compile_bracketpos_matchingpath()
8584 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
8616 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
8620 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(st… in compile_bracketpos_matchingpath()
8622 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(TMP2), STACK(-stacks… in compile_bracketpos_matchingpath()
8779 backtrack_common *backtrack; in compile_iterator_matchingpath() local
8828 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_S… in compile_iterator_matchingpath()
8841 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_GREATER, TMP1, 0, STR_END, 0)); in compile_iterator_matchingpath()
8844 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, FALSE); in compile_iterator_matchingpath()
8852 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, TRUE); in compile_iterator_matchingpath()
8858 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, TRUE); in compile_iterator_matchingpath()
8946 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
8948 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks, FALSE); in compile_iterator_matchingpath()
8953 detect_partial_match(common, &backtrack->topbacktracks); in compile_iterator_matchingpath()
9174 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local
9180 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
9200 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0)); in compile_fail_accept_matchingpath()
9211 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
9237 backtrack_common *backtrack; in compile_control_verb_matchingpath() local
9269 backtrack_common *backtrack; in compile_then_trap_matchingpath() local
9300 backtrack_common *backtrack; in compile_matchingpath() local
10372 assert_backtrack backtrack; in compile_braminzero_backtrackingpath() local
10385 memset(&backtrack, 0, sizeof(backtrack)); in compile_braminzero_backtrackingpath()
10386 backtrack.common.cc = current->cc; in compile_braminzero_backtrackingpath()
10387 backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath; in compile_braminzero_backtrackingpath()
10389 compile_assert_matchingpath(common, current->cc, &backtrack, FALSE); in compile_braminzero_backtrackingpath()