Lines Matching refs:spl_SplObjectStorage

91 } spl_SplObjectStorage; /* }}} */  typedef
99 static inline spl_SplObjectStorage *spl_object_storage_from_obj(zend_object *obj) /* {{{ */ { in spl_object_storage_from_obj()
100 return (spl_SplObjectStorage*)((char*)(obj) - XtOffsetOf(spl_SplObjectStorage, std)); in spl_object_storage_from_obj()
108 spl_SplObjectStorage *intern = spl_object_storage_from_obj(object); in spl_SplObjectStorage_free_storage()
120 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zval *this… in spl_object_storage_get_hash()
144 static void spl_object_storage_free_hash(spl_SplObjectStorage *intern, zend_hash_key *key) { in spl_object_storage_free_hash()
158 static spl_SplObjectStorageElement* spl_object_storage_get(spl_SplObjectStorage *intern, zend_hash_… in spl_object_storage_get()
167 spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObjectStorage *intern, zval *this, zv… in spl_object_storage_attach()
203 static int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_detach()
220 void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *othe… in spl_object_storage_addall()
232 spl_SplObjectStorage *intern; in spl_object_storage_new_ex()
235 intern = emalloc(sizeof(spl_SplObjectStorage) + zend_object_properties_size(parent)); in spl_object_storage_new_ex()
236 memset(intern, 0, sizeof(spl_SplObjectStorage) - sizeof(zval)); in spl_object_storage_new_ex()
261 spl_SplObjectStorage *other = Z_SPLOBJSTORAGE_P(orig); in spl_object_storage_new_ex()
286 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(obj); in spl_object_storage_debug_info()
328 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(obj); in spl_object_storage_get_gc()
382 int spl_object_storage_contains(spl_SplObjectStorage *intern, zval *this, zval *obj) /* {{{ */ in spl_object_storage_contains()
405 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
418 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
449 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
478 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
479 spl_SplObjectStorage *other; in SPL_METHOD()
497 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
498 spl_SplObjectStorage *other; in SPL_METHOD()
525 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
526 spl_SplObjectStorage *other; in SPL_METHOD()
553 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
565 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
591 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
605 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
618 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
632 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
649 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
666 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
684 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
698 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
755 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
951 spl_SplObjectStorage *intern; in SPL_METHOD()
967 spl_SplObjectStorage *intern = Z_SPLOBJSTORAGE_P(getThis()); in SPL_METHOD()
980 spl_SplObjectStorage *intern; in SPL_METHOD()
993 spl_SplObjectStorage *intern; in SPL_METHOD()
1028 spl_SplObjectStorage *intern; in SPL_METHOD()
1051 spl_SplObjectStorage *intern; in SPL_METHOD()
1074 spl_SplObjectStorage *intern; in SPL_METHOD()
1114 static void spl_multiple_iterator_get_all(spl_SplObjectStorage *intern, int get_type, zval *return_… in spl_multiple_iterator_get_all()
1186 spl_SplObjectStorage *intern; in SPL_METHOD()
1201 spl_SplObjectStorage *intern; in SPL_METHOD()
1255 spl_handler_SplObjectStorage.offset = XtOffsetOf(spl_SplObjectStorage, std); in PHP_MINIT_FUNCTION()