Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c343 typedef struct then_trap_backtrack { struct
347 struct then_trap_backtrack *then_trap;
354 } then_trap_backtrack; typedef
387 then_trap_backtrack *then_trap;
9874 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
12062 PUSH_BACKTRACK_NOVALUE(sizeof(then_trap_backtrack), cc); in compile_then_trap_matchingpath()
12063 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
12064 BACKTRACK_AS(then_trap_backtrack)->common.cc = then_trap_opcode; in compile_then_trap_matchingpath()
12065 BACKTRACK_AS(then_trap_backtrack)->start = (sljit_sw)(cc - common->start); in compile_then_trap_matchingpath()
12066 BACKTRACK_AS(then_trap_backtrack) in compile_then_trap_matchingpath()
[all...]

Completed in 14 milliseconds