Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c401 recurse_entry *currententry; member
7313 if (common->currententry == NULL) in compile_bracket_matchingpath()
7317 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
7327 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
8200 if (common->currententry != NULL) in compile_close_matchingpath()
9666 pcre_uchar *cc = common->start + common->currententry->start; in compile_recurse()
9687 common->currententry->entry = LABEL(); in compile_recurse()
9688 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
10217 common->currententry = common->entries; in PRIV()
10220 while (common->currententry != NULL) in PRIV()
[all …]

Completed in 27 milliseconds