Searched refs:has_skip_arg (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 432 BOOL has_skip_arg; member 1208 common->has_skip_arg = TRUE; in check_opcode_types() 12339 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath() 12342 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0), TMP2, 0); in compile_matchingpath() 12346 if (common->has_skip_arg) in compile_matchingpath() 13426 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0)); in compile_backtrackingpath() 13427 if (common->has_skip_arg) in compile_backtrackingpath() 13429 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath() 13431 if (common->has_skip_arg) in compile_backtrackingpath()
|
Completed in 33 milliseconds