Lines Matching refs:accept_label
396 struct sljit_label *accept_label; member
6477 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
6563 common->accept_label = NULL; in compile_assert_matchingpath()
6583 common->accept_label = save_accept_label; in compile_assert_matchingpath()
6588 common->accept_label = LABEL(); in compile_assert_matchingpath()
6590 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
6657 common->accept_label = save_accept_label; in compile_assert_matchingpath()
6850 common->accept_label = save_accept_label; in compile_assert_matchingpath()
8165 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8168 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
8172 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8175 CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0), common->accept_label); in compile_fail_accept_matchingpath()
8180 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8183 CMPTO(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0, common->accept_label); in compile_fail_accept_matchingpath()
8185 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
8188 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, STR_PTR, 0, common->accept_label); in compile_fail_accept_matchingpath()
9706 common->accept_label = NULL; in compile_recurse()
10119 common->accept_label = LABEL(); in PRIV()
10121 set_jumps(common->accept, common->accept_label); in PRIV()