Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c343 typedef struct then_trap_backtrack { struct
347 struct then_trap_backtrack *then_trap; argument
354 } then_trap_backtrack; argument
387 then_trap_backtrack *then_trap;
9643 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
11831 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_then_trap_matchingpath()
11832 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
11833 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_then_trap_matchingpath()
11834 BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start); in compile_then_trap_matchingpath()
11835 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
[all …]