Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c286 typedef struct recurse_entry { struct
287 struct recurse_entry *next; argument
294 } recurse_entry; typedef
400 recurse_entry *entries;
401 recurse_entry *currententry;
6294 recurse_entry *entry = common->entries; in compile_recurse_matchingpath()
6295 recurse_entry *prev = NULL; in compile_recurse_matchingpath()
6321 entry = sljit_alloc_memory(compiler, sizeof(recurse_entry)); in compile_recurse_matchingpath()

Completed in 24 milliseconds