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; argument400 recurse_entry *entries;401 recurse_entry *currententry;6257 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()6258 recurse_entry *prev = NULL; in compile_recurse_matchingpath()6284 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()
Completed in 24 milliseconds