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.c430 struct sljit_label *accept_label; member
7297 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
7399 common->accept_label = NULL; in compile_assert_matchingpath()
7419 common->accept_label = save_accept_label; in compile_assert_matchingpath()
7424 common->accept_label = LABEL(); in compile_assert_matchingpath()
7426 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
7497 common->accept_label = save_accept_label; in compile_assert_matchingpath()
7694 common->accept_label = save_accept_label; in compile_assert_matchingpath()
9213 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
9216 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
[all …]