Lines Matching refs:backtrack
5895 backtrack = sljit_alloc_memory(compiler, (size)); \
5898 memset(backtrack, 0, size); \
5899 backtrack->prev = parent->top; \
5900 backtrack->cc = (ccstart); \
5901 parent->top = backtrack; \
5908 backtrack = sljit_alloc_memory(compiler, (size)); \
5911 memset(backtrack, 0, size); \
5912 backtrack->prev = parent->top; \
5913 backtrack->cc = (ccstart); \
5914 parent->top = backtrack; \
5918 #define BACKTRACK_AS(type) ((type *)backtrack)
6050 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local
6134 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
6139 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6152 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
6214 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVEC… in compile_ref_iterator_matchingpath()
6219 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6228 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(STACK_TOP), STAC… in compile_ref_iterator_matchingpath()
6232 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
6256 backtrack_common *backtrack; in compile_recurse_matchingpath() local
6269 …hingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE), backtrack); in compile_recurse_matchingpath()
6318 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, 0)); in compile_recurse_matchingpath()
6376 backtrack_common *backtrack; in compile_callout_matchingpath() local
6410 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()
6421 …matchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditiona… in compile_assert_matchingpath() argument
6433 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
6459 backtrack->framesize = framesize; in compile_assert_matchingpath()
6460 backtrack->private_data_ptr = private_data_ptr; in compile_assert_matchingpath()
6743 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
6744 SET_LABEL(jump, backtrack->matchingpath); in compile_assert_matchingpath()
6748 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
6756 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
6790 backtrack->matchingpath = LABEL(); in compile_assert_matchingpath()
6793 JUMPTO(SLJIT_JUMP, backtrack->matchingpath); in compile_assert_matchingpath()
6799 SLJIT_ASSERT(found == &backtrack->common.topbacktracks); in compile_assert_matchingpath()
6800 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
6801 backtrack->common.topbacktracks = NULL; in compile_assert_matchingpath()
6947 backtrack_common *backtrack; in compile_bracket_matchingpath() local
6996 parent->top = backtrack->prev; in compile_bracket_matchingpath()
7336 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
7488 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local
7639 backtrack->top = NULL; in compile_bracketpos_matchingpath()
7640 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
7643 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
7713 compile_backtrackingpath(common, backtrack->top); in compile_bracketpos_matchingpath()
7716 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
7748 backtrack->topbacktracks = NULL; in compile_bracketpos_matchingpath()
7752 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(st… in compile_bracketpos_matchingpath()
7754 …add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, SLJIT_MEM1(TMP2), (stacksize - … in compile_bracketpos_matchingpath()
7864 backtrack_common *backtrack; in compile_iterator_matchingpath() local
7946 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
7968 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
7995 … add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_LESS, base, offset1, SLJIT_IMM, min + 1)); in compile_iterator_matchingpath()
8004 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
8018 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_iterator_matchingpath()
8028 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
8035 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
8044 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
8074 compile_char1_matchingpath(common, type, cc, &backtrack->topbacktracks); in compile_iterator_matchingpath()
8110 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local
8116 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8136 add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0)); in compile_fail_accept_matchingpath()
8147 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_JUMP)); in compile_fail_accept_matchingpath()
8173 backtrack_common *backtrack; in compile_control_verb_matchingpath() local
8205 backtrack_common *backtrack; in compile_then_trap_matchingpath() local
8236 backtrack_common *backtrack; in compile_matchingpath() local
9320 assert_backtrack backtrack; in compile_braminzero_backtrackingpath() local
9333 memset(&backtrack, 0, sizeof(backtrack)); in compile_braminzero_backtrackingpath()
9334 backtrack.common.cc = current->cc; in compile_braminzero_backtrackingpath()
9335 backtrack.matchingpath = CURRENT_AS(braminzero_backtrack)->matchingpath; in compile_braminzero_backtrackingpath()
9337 compile_assert_matchingpath(common, current->cc, &backtrack, FALSE); in compile_braminzero_backtrackingpath()