Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c12023 backtrack_common rootbacktrack; in jit_compile() local
12049 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()
12053 rootbacktrack.cc = common->name_table + re->name_count * re->name_entry_size; in jit_compile()
12055 common->start = rootbacktrack.cc; in jit_compile()
12318 compile_matchingpath(common, common->start, ccend, &rootbacktrack); in jit_compile()
12372 compile_backtrackingpath(common, rootbacktrack.top); in jit_compile()
12382 SLJIT_ASSERT(rootbacktrack.prev == NULL); in jit_compile()