Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c251 jump_list *simple_backtracks; member
10277 … add_jump(compiler, &altbacktrack.top->simple_backtracks, CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0)); in compile_assert_matchingpath()
11156 … add_jump(compiler, &backtrack->top->simple_backtracks, CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0)); in compile_bracket_matchingpath()
12590 …compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->simple_backtracks : &parent->… in compile_matchingpath()
13216 current->simple_backtracks = NULL; in compile_bracket_backtrackingpath()
13256 … add_jump(compiler, &current->top->simple_backtracks, CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0)); in compile_bracket_backtrackingpath()
13357 SLJIT_ASSERT(!current->simple_backtracks); in compile_bracket_backtrackingpath()
13542 current->simple_backtracks = NULL; in compile_braminzero_backtrackingpath()
13557 SLJIT_ASSERT(!current->simple_backtracks && !current->own_backtracks); in compile_braminzero_backtrackingpath()
13679 if (current->simple_backtracks != NULL) in compile_backtrackingpath()
[all …]

Completed in 30 milliseconds