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.c462 jump_list *positive_assertion_quit; member
8388 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
8484 common->positive_assertion_quit = NULL; in compile_assert_matchingpath()
8509 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
8588 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
8603 SLJIT_ASSERT(common->positive_assertion_quit == NULL); in compile_assert_matchingpath()
8605 common->positive_assertion_quit = common->quit; in compile_assert_matchingpath()
8609 if (common->positive_assertion_quit != NULL) in compile_assert_matchingpath()
8612 set_jumps(common->positive_assertion_quit, LABEL()); in compile_assert_matchingpath()
8787 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
[all …]