Lines Matching refs:currententry
405 recurse_entry *currententry;
7259 if (common->currententry == NULL)
7263 else if (common->currententry->start == 0)
7266 stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
7273 if (common->currententry == NULL || common->currententry->start == 0)
7279 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
8103 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty)
8141 if (common->currententry != NULL)
9607 pcre_uchar *cc = common->start + common->currententry->start;
9627 SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0);
9628 common->currententry->entry = LABEL();
9629 set_jumps(common->currententry->calls, common->currententry->entry);
10183 common->currententry = common->entries;
10186 while (common->currententry != NULL)
10200 common->currententry = common->currententry->next;