Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c331 typedef struct recurse_backtrack { struct
339 } recurse_backtrack; typedef
9412 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); in compile_recurse_matchingpath()
9419 BACKTRACK_AS(recurse_backtrack)->inlined_pattern = TRUE; in compile_recurse_matchingpath()
9449 BACKTRACK_AS(recurse_backtrack)->entry = entry; in compile_recurse_matchingpath()
9457 BACKTRACK_AS(recurse_backtrack)->matchingpath = LABEL(); in compile_recurse_matchingpath()
12344 if (!CURRENT_AS(recurse_backtrack)->inlined_pattern) in compile_recurse_backtrackingpath()
12346 entry = CURRENT_AS(recurse_backtrack)->entry; in compile_recurse_backtrackingpath()
12351 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, CURRENT_AS(recurse_backtrack)->matchingpath); in compile_recurse_backtrackingpath()