Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c462 struct sljit_label *accept_label; member
9876 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
9978 common->accept_label = NULL; in compile_assert_matchingpath()
9998 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10003 common->accept_label = LABEL(); in compile_assert_matchingpath()
10005 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
10077 common->accept_label = save_accept_label; in compile_assert_matchingpath()
10277 common->accept_label = save_accept_label; in compile_assert_matchingpath()
11965 if (common->accept_label == NULL) in compile_fail_accept_matchingpath()
11968 JUMPTO(SLJIT_JUMP, common->accept_label); in compile_fail_accept_matchingpath()
[all...]

Completed in 12 milliseconds