Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c317 typedef struct recurse_entry { struct
318 struct recurse_entry *next; argument
329 } recurse_entry; argument
336 recurse_entry *entry;
462 recurse_entry *entries;
463 recurse_entry *currententry;
9329 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
9330 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
9356 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()
12265 recurse_entry *entry; in compile_recurse_backtrackingpath()

Completed in 36 milliseconds