Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c469 jump_list *positive_assertion_quit; member
9878 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
9974 common->positive_assertion_quit = NULL; in compile_assert_matchingpath()
9999 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
10078 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
10093 SLJIT_ASSERT(common->positive_assertion_quit == NULL); in compile_assert_matchingpath()
10095 common->positive_assertion_quit = common->quit; in compile_assert_matchingpath()
10099 if (common->positive_assertion_quit != NULL) in compile_assert_matchingpath()
10102 set_jumps(common->positive_assertion_quit, LABEL()); in compile_assert_matchingpath()
10278 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
[all …]

Completed in 30 milliseconds