currententry 401 ext/pcre/pcrelib/pcre_jit_compile.c recurse_entry *currententry; currententry 7313 ext/pcre/pcrelib/pcre_jit_compile.c if (common->currententry == NULL) currententry 7317 ext/pcre/pcrelib/pcre_jit_compile.c else if (common->currententry->start == 0) currententry 7320 ext/pcre/pcrelib/pcre_jit_compile.c stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); currententry 7327 ext/pcre/pcrelib/pcre_jit_compile.c if (common->currententry == NULL || common->currententry->start == 0) currententry 7333 ext/pcre/pcrelib/pcre_jit_compile.c i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); currententry 8162 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) currententry 8200 ext/pcre/pcrelib/pcre_jit_compile.c if (common->currententry != NULL) currententry 9666 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *cc = common->start + common->currententry->start; currententry 9686 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0); currententry 9687 ext/pcre/pcrelib/pcre_jit_compile.c common->currententry->entry = LABEL(); currententry 9688 ext/pcre/pcrelib/pcre_jit_compile.c set_jumps(common->currententry->calls, common->currententry->entry); currententry 10217 ext/pcre/pcrelib/pcre_jit_compile.c common->currententry = common->entries; currententry 10220 ext/pcre/pcrelib/pcre_jit_compile.c while (common->currententry != NULL) currententry 10233 ext/pcre/pcrelib/pcre_jit_compile.c common->currententry = common->currententry->next;