Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c8374 backtrack_common altbacktrack; in compile_assert_matchingpath() local
8473 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
8490 altbacktrack.top = NULL; in compile_assert_matchingpath()
8491 altbacktrack.topbacktracks = NULL; in compile_assert_matchingpath()
8496 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
8497 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
8576 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
8592 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
11810 backtrack_common altbacktrack; in compile_recurse() local
11854 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
[all …]