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
326 } recurse_entry; typedef
333 recurse_entry *entry;
458 recurse_entry *entries;
459 recurse_entry *currententry;
8147 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
8148 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
8174 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()
10901 recurse_entry *entry; in compile_recurse_backtrackingpath()