Lines Matching refs:accept_label
400 struct sljit_label *accept_label; member
6425 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
6511 common->accept_label = NULL; in compile_assert_matchingpath()
6531 common->accept_label = save_accept_label; in compile_assert_matchingpath()
6536 common->accept_label = LABEL(); in compile_assert_matchingpath()
6538 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
6605 common->accept_label = save_accept_label; in compile_assert_matchingpath()
6798 common->accept_label = save_accept_label; in compile_assert_matchingpath()
8106 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8109 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
8113 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8116 CMPTO(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0), common->accept_label); in compile_fail_accept_matchingpath()
8121 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8124 CMPTO(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, 0, common->accept_label); in compile_fail_accept_matchingpath()
8126 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8129 CMPTO(SLJIT_C_NOT_EQUAL, TMP2, 0, STR_PTR, 0, common->accept_label); in compile_fail_accept_matchingpath()
9646 common->accept_label = NULL; in compile_recurse()
10084 common->accept_label = LABEL(); in PRIV()
10086 set_jumps(common->accept, common->accept_label); in PRIV()