Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12742 #define CURRENT_AS(type) ((type *)current) macro
12902 if (!CURRENT_AS(recurse_backtrack)->inlined_pattern) in compile_recurse_backtrackingpath()
12904 entry = CURRENT_AS(recurse_backtrack)->entry; in compile_recurse_backtrackingpath()
12937 if (CURRENT_AS(assert_backtrack)->framesize < 0) in compile_assert_backtrackingpath()
13046 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
13187 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
13497 if (CURRENT_AS(bracketpos_backtrack)->framesize < 0) in compile_bracketpos_backtrackingpath()
13645 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
13651 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
13660 if (CURRENT_AS(then_trap_backtrack)->framesize >= 0) in compile_then_trap_backtrackingpath()
[all …]

Completed in 35 milliseconds