Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12354 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
12575 alt_count = 1; in compile_bracket_backtrackingpath()
12678 alt_count++; in compile_bracket_backtrackingpath()
12679 if (alt_count < alt_max) in compile_bracket_backtrackingpath()
12681 SLJIT_ASSERT(alt_count == 2 && alt_max == 3); in compile_bracket_backtrackingpath()
13178 int alt_count, alt_max, local_size; in compile_recurse() local
13192 alt_count = 0; in compile_recurse()
13254 if (alt_count == 0) in compile_recurse()
13297 if (alt_count + 1 < alt_max) in compile_recurse()
13299 SLJIT_ASSERT(alt_count == 1 && alt_max == 3); in compile_recurse()
[all …]

Completed in 42 milliseconds