Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c320 struct sljit_label *entry_label; member
9360 entry->entry_label = NULL; in compile_recurse_matchingpath()
9374 if (entry->entry_label == NULL) in compile_recurse_matchingpath()
9377 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()
13195 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()
13196 common->currententry->entry_label = LABEL(); in compile_recurse()
13197 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()

Completed in 36 milliseconds