Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c366 BOOL has_skip_arg; member
884 common->has_skip_arg = TRUE; in check_opcode_types()
8522 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath()
8524 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0), TMP2, 0); in compile_matchingpath()
8528 if (common->has_skip_arg) in compile_matchingpath()
9615 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0)); in compile_backtrackingpath()
9616 if (common->has_skip_arg) in compile_backtrackingpath()
9618 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath()
9620 if (common->has_skip_arg) in compile_backtrackingpath()

Completed in 26 milliseconds