Searched refs:recurse_entry (Results 1 – 1 of 1) sorted by relevance
286 typedef struct recurse_entry { struct287 struct recurse_entry *next; argument294 } recurse_entry; argument404 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()