Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c6413 backtrack_common altbacktrack; in compile_assert_matchingpath() local
6496 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
6513 altbacktrack.top = NULL; in compile_assert_matchingpath()
6514 altbacktrack.topbacktracks = NULL; in compile_assert_matchingpath()
6519 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
6520 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
6594 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
6610 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
9615 backtrack_common altbacktrack; in compile_recurse() local
9644 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
[all …]