Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c492 jump_list *positive_assertion_quit; member
10129 jump_list *save_positive_assertion_quit = common->positive_assertion_quit; in compile_assert_matchingpath()
10238 common->positive_assertion_quit = NULL; in compile_assert_matchingpath()
10269 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
10366 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
10381 SLJIT_ASSERT(common->positive_assertion_quit == NULL); in compile_assert_matchingpath()
10383 common->positive_assertion_quit = common->quit; in compile_assert_matchingpath()
10387 if (common->positive_assertion_quit != NULL) in compile_assert_matchingpath()
10390 set_jumps(common->positive_assertion_quit, LABEL()); in compile_assert_matchingpath()
10571 common->positive_assertion_quit = save_positive_assertion_quit; in compile_assert_matchingpath()
[all …]

Completed in 44 milliseconds