Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c400 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()
[all …]