Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c398 struct sljit_label *quit_label; member
6424 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
6501 common->quit_label = NULL; in compile_assert_matchingpath()
6526 common->quit_label = save_quit_label; in compile_assert_matchingpath()
6600 common->quit_label = save_quit_label; in compile_assert_matchingpath()
6793 common->quit_label = save_quit_label; in compile_assert_matchingpath()
9359 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
9362 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
9577 if (common->quit_label == NULL) in compile_backtrackingpath()
9580 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
[all …]