Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c429 BOOL has_skip_arg; member
1203 common->has_skip_arg = TRUE; in check_opcode_types()
12031 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
12034 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0), TMP2, 0); in compile_matchingpath()
12038 if (common->has_skip_arg) in compile_matchingpath()
13118 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0)); in compile_backtrackingpath()
13119 if (common->has_skip_arg) in compile_backtrackingpath()
13121 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath()
13123 if (common->has_skip_arg) in compile_backtrackingpath()

Completed in 42 milliseconds