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.c328 typedef struct recurse_backtrack { struct
336 } recurse_backtrack; argument
8153 PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL); in compile_recurse_matchingpath()
8160 BACKTRACK_AS(recurse_backtrack)->inlined_pattern = TRUE; in compile_recurse_matchingpath()
8190 BACKTRACK_AS(recurse_backtrack)->entry = entry; in compile_recurse_matchingpath()
8198 BACKTRACK_AS(recurse_backtrack)->matchingpath = LABEL(); in compile_recurse_matchingpath()
10903 if (!CURRENT_AS(recurse_backtrack)->inlined_pattern) in compile_recurse_backtrackingpath()
10905 entry = CURRENT_AS(recurse_backtrack)->entry; in compile_recurse_backtrackingpath()
10910 CMPTO(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0, CURRENT_AS(recurse_backtrack)->matchingpath); in compile_recurse_backtrackingpath()