Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c332 typedef struct recurse_entry { struct
333 struct recurse_entry *next; argument
344 } recurse_entry; argument
351 recurse_entry *entry;
488 recurse_entry *entries;
489 recurse_entry *currententry;
9784 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
9785 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
9811 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()
12900 recurse_entry *entry; in compile_recurse_backtrackingpath()

Completed in 48 milliseconds