Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c320 struct sljit_label *entry_label; member
9668 entry->entry_label = NULL; in compile_recurse_matchingpath()
9682 if (entry->entry_label == NULL) in compile_recurse_matchingpath()
9685 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()
13501 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()
13502 common->currententry->entry_label = LABEL(); in compile_recurse()
13503 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()

Completed in 44 milliseconds