Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c317 typedef struct recurse_entry { struct
318 struct recurse_entry *next;
329 } recurse_entry; typedef
336 recurse_entry *entry;
465 recurse_entry *entries;
466 recurse_entry *currententry;
9637 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
9638 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
9664 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()
12573 recurse_entry *entr in compile_recurse_backtrackingpath()
[all...]

Completed in 13 milliseconds