Lines Matching refs:currententry

463   recurse_entry *currententry;  member
10466 if (common->currententry == NULL) in compile_bracket_matchingpath()
10470 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
10473 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10480 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
10486 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
11651 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
11654 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) in compile_fail_accept_matchingpath()
11701 if (common->currententry != NULL) in compile_close_matchingpath()
13171 PCRE2_SPTR cc = common->start + common->currententry->start; in compile_recurse()
13195 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()
13196 common->currententry->entry_label = LABEL(); in compile_recurse()
13197 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
13257 SLJIT_ASSERT(common->currententry->backtrack_label == NULL); in compile_recurse()
13258 common->currententry->backtrack_label = LABEL(); in compile_recurse()
13259 set_jumps(common->currententry->backtrack_calls, common->currententry->backtrack_label); in compile_recurse()
13836 common->currententry = common->entries; in jit_compile()
13839 while (common->currententry != NULL) in jit_compile()
13852 common->currententry = common->currententry->next; in jit_compile()