Searched refs:currententry (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c405 recurse_entry *currententry; member in struct:compiler_common
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
[all...]

Completed in 36 milliseconds