Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c408 jump_list *positive_assert_quit; member
6427 jump_list *save_positive_assert_quit = common->positive_assert_quit; in compile_assert_matchingpath()
6507 common->positive_assert_quit = NULL; in compile_assert_matchingpath()
6532 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6606 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6621 SLJIT_ASSERT(common->positive_assert_quit == NULL); in compile_assert_matchingpath()
6623 common->positive_assert_quit = common->quit; in compile_assert_matchingpath()
6627 if (common->positive_assert_quit != NULL) in compile_assert_matchingpath()
6630 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6799 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
[all …]