Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c300 typedef struct recurse_entry { struct
301 struct recurse_entry *next; argument
308 } recurse_entry; typedef
420 recurse_entry *entries;
421 recurse_entry *currententry;
7063 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
7064 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
7090 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()

Completed in 31 milliseconds