Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c466 jump_list *positive_assertion_quit; member
9647 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
9743 common->positive_assertion_quit = NULL; in compile_assert_matchingpath()
9768 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
9847 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
9862 SLJIT_ASSERT(common->positive_assertion_quit == NULL); in compile_assert_matchingpath()
9864 common->positive_assertion_quit = common->quit; in compile_assert_matchingpath()
9868 if (common->positive_assertion_quit != NULL) in compile_assert_matchingpath()
9871 set_jumps(common->positive_assertion_quit, LABEL()); in compile_assert_matchingpath()
10047 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
[all …]