Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c463 recurse_entry *currententry; member
10466 if (common->currententry == NULL) in compile_bracket_matchingpath()
10470 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
10480 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
11701 if (common->currententry != NULL) in compile_close_matchingpath()
13196 common->currententry->entry_label = LABEL(); in compile_recurse()
13197 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
13259 set_jumps(common->currententry->backtrack_calls, common->currententry->backtrack_label); in compile_recurse()
13836 common->currententry = common->entries; in jit_compile()
13839 while (common->currententry != NULL) in jit_compile()
[all …]

Completed in 39 milliseconds