Lines Matching refs:arrayaccess_funcs_ptr
875 if (ce->arrayaccess_funcs_ptr) {
876 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
877 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
878 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
879 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
880 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1698 if (ce->arrayaccess_funcs_ptr) {
1699 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1700 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
1701 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
1702 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
1703 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);