Lines Matching defs:compile_matchingpath
220 code generator. It is allocated by compile_matchingpath, and contains
584 compile_matchingpath
5874 static void compile_matchingpath(compiler_common *, pcre_uchar *, pcre_uchar *, backtrack_common *);
6254 compile_matchingpath(common, next_opcode(common, start_cc), bracketend(start_cc) - (1 + LINK_SIZE), backtrack);
6520 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack);
7319 compile_matchingpath(common, matchingpath, cc, backtrack);
7626 compile_matchingpath(common, ccbegin, cc, backtrack);
8216 static void compile_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent)
9053 compile_matchingpath(common, ccprev, cc, current);
9659 compile_matchingpath(common, altbacktrack.cc, cc, &altbacktrack);
10067 compile_matchingpath(common, common->start, ccend, &rootbacktrack);