Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c454 struct sljit_label *accept_label; member
8386 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
8488 common->accept_label = NULL; in compile_assert_matchingpath()
8508 common->accept_label = save_accept_label; in compile_assert_matchingpath()
8513 common->accept_label = LABEL(); in compile_assert_matchingpath()
8515 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
8587 common->accept_label = save_accept_label; in compile_assert_matchingpath()
8786 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10306 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
10309 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
[all …]