Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8863 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
8916 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
9031 alt_max = 2; in compile_bracket_backtrackingpath()
9040 if (alt_max > 4) in compile_bracket_backtrackingpath()
9043 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
9051 if (alt_max == 4) in compile_bracket_backtrackingpath()
9178 if (alt_max > 4) in compile_bracket_backtrackingpath()
9185 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
9191 if (alt_max == 4) in compile_bracket_backtrackingpath()

Completed in 26 milliseconds