Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8892 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
9341compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE)… in compile_recurse_matchingpath()
9679 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
10526 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
10856 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
11778 static void compile_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrac… in compile_matchingpath() function
12598 compile_matchingpath(common, ccprev, cc, current); in compile_bracket_backtrackingpath()
13237 compile_matchingpath(common, altbacktrack.cc, cc, &altbacktrack); in compile_recurse()
13697 compile_matchingpath(common, common->start, ccend, &rootbacktrack); in jit_compile()

Completed in 31 milliseconds