Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c364 typedef struct then_trap_backtrack { struct
368 struct then_trap_backtrack *then_trap; argument
375 } then_trap_backtrack; typedef
408 then_trap_backtrack *then_trap;
12389 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
12394 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
12407 size = BACKTRACK_AS(then_trap_backtrack)->framesize; in compile_then_trap_matchingpath()
12417 then_trap_backtrack *save_then_trap = NULL; in compile_matchingpath()
13645 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
13651 size = CURRENT_AS(then_trap_backtrack)->framesize; in compile_then_trap_backtrackingpath()
[all …]

Completed in 33 milliseconds