Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10113 BOOL has_vreverse; in compile_assert_matchingpath() local
10253 has_vreverse = (*ccbegin == OP_VREVERSE); in compile_assert_matchingpath()
10254 if (*ccbegin == OP_REVERSE || has_vreverse) in compile_assert_matchingpath()
10274 if (has_vreverse) in compile_assert_matchingpath()
10756 BOOL has_vreverse = FALSE; in compile_bracket_matchingpath() local
11017 has_vreverse = (*matchingpath == OP_VREVERSE); in compile_bracket_matchingpath()
11153 if (has_vreverse) in compile_bracket_matchingpath()
13001 BOOL has_vreverse; in compile_bracket_backtrackingpath() local
13223 has_vreverse = FALSE; in compile_bracket_backtrackingpath()
13229 has_vreverse = (*ccprev == OP_VREVERSE); in compile_bracket_backtrackingpath()
[all …]

Completed in 33 milliseconds