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.c340 typedef struct then_trap_backtrack { struct
344 struct then_trap_backtrack *then_trap; argument
351 } then_trap_backtrack; argument
384 then_trap_backtrack *then_trap;
8384 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
10394 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_then_trap_matchingpath()
10395 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
10396 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_then_trap_matchingpath()
10397 BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start); in compile_then_trap_matchingpath()
10398 BACKTRACK_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_contr… in compile_then_trap_matchingpath()
[all …]