Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds