Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c466 jump_list *positive_assertion_quit; member
9570 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
9666 common->positive_assertion_quit = NULL; in compile_assert_matchingpath()
9691 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
9770 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
9785 SLJIT_ASSERT(common->positive_assertion_quit == NULL); in compile_assert_matchingpath()
9787 common->positive_assertion_quit = common->quit; in compile_assert_matchingpath()
9791 if (common->positive_assertion_quit != NULL) in compile_assert_matchingpath()
9794 set_jumps(common->positive_assertion_quit, LABEL()); in compile_assert_matchingpath()
9970 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
[all …]

Completed in 30 milliseconds