Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c286 typedef struct recurse_entry { struct
287 struct recurse_entry *next; argument
294 } recurse_entry; argument
404 recurse_entry *entries;
405 recurse_entry *currententry;
6242 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
6243 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
6269 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()