Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c463 recurse_entry *currententry; member
10543 if (common->currententry == NULL) in compile_bracket_matchingpath()
10547 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
10557 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
11778 if (common->currententry != NULL) in compile_close_matchingpath()
13273 common->currententry->entry_label = LABEL(); in compile_recurse()
13274 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
13336 set_jumps(common->currententry->backtrack_calls, common->currententry->backtrack_label); in compile_recurse()
13915 common->currententry = common->entries; in jit_compile()
13918 while (common->currententry != NULL) in jit_compile()
[all …]

Completed in 29 milliseconds