Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c10835 backtrack_common rootbacktrack; in jit_compile() local
10860 memset(&rootbacktrack, 0, sizeof(backtrack_common)); in jit_compile()
10863 rootbacktrack.cc = common->name_table + re->name_count * re->name_entry_size; in jit_compile()
10865 common->start = rootbacktrack.cc; in jit_compile()
11128 compile_matchingpath(common, common->start, ccend, &rootbacktrack); in jit_compile()
11168 compile_backtrackingpath(common, rootbacktrack.top); in jit_compile()
11178 SLJIT_ASSERT(rootbacktrack.prev == NULL); in jit_compile()