Searched refs:has_skip_arg (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 366 BOOL has_skip_arg; member 884 common->has_skip_arg = TRUE; in check_opcode_types() 8481 allocate_stack(common, common->has_skip_arg ? 5 : 1); in compile_matchingpath() 8483 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0), TMP2, 0); in compile_matchingpath() 8487 if (common->has_skip_arg) in compile_matchingpath() 9574 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), STACK(common->has_skip_arg ? 4 : 0)); in compile_backtrackingpath() 9575 if (common->has_skip_arg) in compile_backtrackingpath() 9577 free_stack(common, common->has_skip_arg ? 5 : 1); in compile_backtrackingpath() 9579 if (common->has_skip_arg) in compile_backtrackingpath()
|
Completed in 29 milliseconds