Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c421 recurse_entry *currententry; member
8135 if (common->currententry == NULL) in compile_bracket_matchingpath()
8139 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
8149 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
9222 if (common->currententry != NULL) in compile_close_matchingpath()
10677 pcre_uchar *cc = common->start + common->currententry->start; in compile_recurse()
10698 common->currententry->entry = LABEL(); in compile_recurse()
10699 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
11228 common->currententry = common->entries; in PRIV()
11231 while (common->currententry != NULL) in PRIV()
[all …]

Completed in 31 milliseconds