Searched refs:rmax_label (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 10465 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath() local 10599 rmax_label = LABEL(); in compile_bracket_matchingpath() 10607 rmax_label = LABEL(); in compile_bracket_matchingpath() 10609 BACKTRACK_AS(bracket_backtrack)->alternative_matchingpath = rmax_label; in compile_bracket_matchingpath() 10924 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath() 10938 CMPTO(SLJIT_NOT_EQUAL, SLJIT_MEM1(SLJIT_SP), private_data_ptr, STR_PTR, 0, rmax_label); in compile_bracket_matchingpath() 10945 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, STR_PTR, 0, rmax_label); in compile_bracket_matchingpath() 10948 JUMPTO(SLJIT_JUMP, rmax_label); in compile_bracket_matchingpath() 10956 JUMPTO(SLJIT_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
|
Completed in 32 milliseconds