Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c452 struct sljit_label *quit_label; member
8385 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
8479 common->quit_label = NULL; in compile_assert_matchingpath()
8503 common->quit_label = save_quit_label; in compile_assert_matchingpath()
8582 common->quit_label = save_quit_label; in compile_assert_matchingpath()
8781 common->quit_label = save_quit_label; in compile_assert_matchingpath()
11552 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
11555 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
11771 if (common->quit_label == NULL) in compile_backtrackingpath()
11774 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
[all …]