Home
last modified time | relevance | path

Searched refs:recurse_entry (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c314 typedef struct recurse_entry { struct
315 struct recurse_entry *next; argument
322 } recurse_entry; argument
434 recurse_entry *entries;
435 recurse_entry *currententry;
7068 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
7069 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
7095 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()