Searched defs:then_trap (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c305 /* If then_trap is not NULL, this structure contains the real
306 then_trap for the backtracking path. */
307 struct then_trap_backtrack *then_trap; member in struct:then_trap_backtrack
336 then_trap_backtrack *then_trap; member in struct:compiler_common
6423 then_trap_backtrack *save_then_trap = common->then_trap;
6433 common->then_trap = NULL;
6530 common->then_trap = save_then_trap;
6604 common->then_trap = save_then_trap;
6797 common->then_trap = save_then_trap;
8193 common->then_trap
[all...]

Completed in 43 milliseconds