Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c404 jump_list *positive_assert_quit; member
6479 jump_list *save_positive_assert_quit = common->positive_assert_quit; in compile_assert_matchingpath()
6559 common->positive_assert_quit = NULL; in compile_assert_matchingpath()
6584 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6658 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6673 SLJIT_ASSERT(common->positive_assert_quit == NULL); in compile_assert_matchingpath()
6675 common->positive_assert_quit = common->quit; in compile_assert_matchingpath()
6679 if (common->positive_assert_quit != NULL) in compile_assert_matchingpath()
6682 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6851 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
[all …]

Completed in 29 milliseconds