Lines Matching refs:arrayaccess_funcs_ptr
897 if (ce->arrayaccess_funcs_ptr) {
898 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
899 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
900 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
901 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);
902 SERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1740 if (ce->arrayaccess_funcs_ptr) {
1741 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr);
1742 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetget);
1743 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetexists);
1744 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetset);
1745 UNSERIALIZE_PTR(ce->arrayaccess_funcs_ptr->zf_offsetunset);