Searched defs:recurse_entry (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c286 typedef struct recurse_entry { struct
287 struct recurse_entry *next;
294 } recurse_entry; typedef in typeref:struct:recurse_entry
404 recurse_entry *entries;
405 recurse_entry *currententry;
6242 recurse_entry *entry = common->entries;
6243 recurse_entry *prev = NULL;
6269 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry));

Completed in 60 milliseconds