Lines Matching refs:SERIALIZE_PTR

116 #define SERIALIZE_PTR(ptr) do { \  macro
284 SERIALIZE_PTR(ht->arData);
311 SERIALIZE_PTR(list->child[i]);
321 SERIALIZE_PTR(ast->child[i]);
345 SERIALIZE_PTR(Z_ARR_P(zv));
355 SERIALIZE_PTR(Z_REF_P(zv));
365 SERIALIZE_PTR(Z_AST_P(zv));
373 SERIALIZE_PTR(Z_INDIRECT_P(zv));
395 SERIALIZE_PTR(ce);
415 SERIALIZE_PTR(op_array->static_variables);
425 SERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));
431 SERIALIZE_PTR(op_array->literals);
432 SERIALIZE_PTR(op_array->opcodes);
433 SERIALIZE_PTR(op_array->arg_info);
434 SERIALIZE_PTR(op_array->vars);
437 SERIALIZE_PTR(op_array->live_range);
438 SERIALIZE_PTR(op_array->scope);
440 SERIALIZE_PTR(op_array->try_catch_array);
441 SERIALIZE_PTR(op_array->prototype);
450 SERIALIZE_PTR(op_array->literals);
468 SERIALIZE_PTR(op_array->opcodes);
475 SERIALIZE_PTR(opline->op1.zv);
478 SERIALIZE_PTR(opline->op2.zv);
492 SERIALIZE_PTR(opline->op1.jmp_addr);
506 SERIALIZE_PTR(opline->op2.jmp_addr);
510 SERIALIZE_PTR(opline->op2.jmp_addr);
527 SERIALIZE_PTR(op_array->arg_info);
549 SERIALIZE_PTR(op_array->vars);
563 SERIALIZE_PTR(op_array->live_range);
564 SERIALIZE_PTR(op_array->scope);
566 SERIALIZE_PTR(op_array->try_catch_array);
567 SERIALIZE_PTR(op_array->prototype);
578 SERIALIZE_PTR(Z_PTR_P(zv));
592 SERIALIZE_PTR(Z_PTR_P(zv));
598 SERIALIZE_PTR(prop->ce);
616 SERIALIZE_PTR(Z_PTR_P(zv));
622 SERIALIZE_PTR(c->ce);
640 SERIALIZE_PTR(Z_PTR_P(zv));
649 SERIALIZE_PTR(ce->parent);
656 SERIALIZE_PTR(ce->default_properties_table);
668 SERIALIZE_PTR(ce->default_static_members_table);
687 SERIALIZE_PTR(ce->properties_info_table);
692 SERIALIZE_PTR(table[i]);
702 SERIALIZE_PTR(ce->interface_names);
716 SERIALIZE_PTR(ce->trait_names);
728 SERIALIZE_PTR(ce->trait_aliases);
733 SERIALIZE_PTR(*p);
755 SERIALIZE_PTR(ce->trait_precedences);
760 SERIALIZE_PTR(*p);
779 SERIALIZE_PTR(ce->constructor);
780 SERIALIZE_PTR(ce->destructor);
781 SERIALIZE_PTR(ce->clone);
782 SERIALIZE_PTR(ce->__get);
783 SERIALIZE_PTR(ce->__set);
784 SERIALIZE_PTR(ce->__call);
785 SERIALIZE_PTR(ce->serialize_func);
786 SERIALIZE_PTR(ce->unserialize_func);
787 SERIALIZE_PTR(ce->__isset);
788 SERIALIZE_PTR(ce->__unset);
789 SERIALIZE_PTR(ce->__tostring);
790 SERIALIZE_PTR(ce->__callstatic);
791 SERIALIZE_PTR(ce->__debugInfo);
794 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_new_iterator);
795 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
797 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
798 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
799 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
800 SERIALIZE_PTR(ce->iterator_funcs_ptr);
828 SERIALIZE_PTR(new_script->arena_mem);