recurse_entry     287 ext/pcre/pcrelib/pcre_jit_compile.c   struct recurse_entry *next;
recurse_entry     400 ext/pcre/pcrelib/pcre_jit_compile.c   recurse_entry *entries;
recurse_entry     401 ext/pcre/pcrelib/pcre_jit_compile.c   recurse_entry *currententry;
recurse_entry    6257 ext/pcre/pcrelib/pcre_jit_compile.c recurse_entry *entry = common->entries;
recurse_entry    6258 ext/pcre/pcrelib/pcre_jit_compile.c recurse_entry *prev = NULL;
recurse_entry    6284 ext/pcre/pcrelib/pcre_jit_compile.c   entry = sljit_alloc_memory(compiler, sizeof(recurse_entry));