Searched refs:recursive_head_ptr (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 340 int recursive_head_ptr; member 836 if (common->recursive_head_ptr == 0) in check_opcode_types() 838 common->recursive_head_ptr = common->ovector_start; in check_opcode_types() 1692 SLJIT_ASSERT(save && common->recursive_head_ptr != 0); in copy_private_data() 1694 srcw[0] = common->recursive_head_ptr; in copy_private_data() 9645 SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0); in compile_recurse() 9655 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, STACK_TOP, 0); in compile_recurse() 9702 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse() 9715 OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr); in compile_recurse() 9733 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->recursive_head_ptr, TMP1, 0); in compile_recurse() [all …]
|
Completed in 30 milliseconds