Lines Matching refs:currententry
435 recurse_entry *currententry; member
8161 if (common->currententry == NULL) in compile_bracket_matchingpath()
8165 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
8168 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
8175 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
8181 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
9210 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) in compile_fail_accept_matchingpath()
9249 if (common->currententry != NULL) in compile_close_matchingpath()
10706 PCRE2_SPTR cc = common->start + common->currententry->start; in compile_recurse()
10726 SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0); in compile_recurse()
10727 common->currententry->entry = LABEL(); in compile_recurse()
10728 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
11251 common->currententry = common->entries; in jit_compile()
11254 while (common->currententry != NULL) in jit_compile()
11267 common->currententry = common->currententry->next; in jit_compile()