Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c466 recurse_entry *currententry; member
10774 if (common->currententry == NULL) in compile_bracket_matchingpath()
10788 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
12009 if (common->currententry != NULL) in compile_close_matchingpath()
13503 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
13565 set_jumps(common->currententry->backtrack_calls, common->currententry->backtrack_label); in compile_recurse()
14145 common->currententry = common->entries; in jit_compile()
14148 if (common->currententry != NULL) in jit_compile()
14164 common->currententry = common->currententry->next; in jit_compile()
14166 while (common->currententry != NULL); in jit_compile()
[all …]

Completed in 42 milliseconds