Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c235 code generator. It is allocated by compile_matchingpath, and contains
868 compile_matchingpath
9200 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
9649 compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE), backtrack); in compile_recurse_matchingpath()
9987 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
10834 compile_matchingpath(common, matchingpath, cc, backtrack); in compile_bracket_matchingpath()
11164 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
12086 static void compile_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrack_common *parent) in compile_matchingpath() function
12906 compile_matchingpath(common, ccprev, cc, current); in compile_bracket_backtrackingpath()
13543 compile_matchingpath(commo in compile_recurse()
[all...]

Completed in 26 milliseconds