Searched refs:rmax_label (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 6949 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath() local 7091 rmax_label = LABEL(); in compile_bracket_matchingpath() 7099 rmax_label = LABEL(); in compile_bracket_matchingpath() 7101 BACKTRACK_AS(bracket_backtrack)->alternative_matchingpath = rmax_label; in compile_bracket_matchingpath() 7390 JUMPTO(SLJIT_C_NOT_ZERO, rmax_label); in compile_bracket_matchingpath() 7402 CMPTO(SLJIT_C_NOT_EQUAL, SLJIT_MEM1(SLJIT_SP), private_data_ptr, STR_PTR, 0, rmax_label); in compile_bracket_matchingpath() 7409 CMPTO(SLJIT_C_NOT_EQUAL, TMP2, 0, STR_PTR, 0, rmax_label); in compile_bracket_matchingpath() 7412 JUMPTO(SLJIT_JUMP, rmax_label); in compile_bracket_matchingpath() 7420 JUMPTO(SLJIT_C_NOT_ZERO, rmax_label); in compile_bracket_matchingpath()
|