Lines Matching refs:other

239 …ge_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other TSRMLS_DC) { /* {{…  in spl_object_storage_addall()
243 zend_hash_internal_pointer_reset_ex(&other->storage, &pos); in spl_object_storage_addall()
244 while (zend_hash_get_current_data_ex(&other->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_addall()
246 zend_hash_move_forward_ex(&other->storage, &pos); in spl_object_storage_addall()
272 spl_SplObjectStorage *other = (spl_SplObjectStorage*)zend_object_store_get_object(orig TSRMLS_CC); in spl_object_storage_new_ex() local
273 spl_object_storage_addall(intern, orig, other TSRMLS_CC); in spl_object_storage_new_ex()
535 spl_SplObjectStorage *other; in SPL_METHOD() local
541 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); in SPL_METHOD()
543 spl_object_storage_addall(intern, getThis(), other TSRMLS_CC); in SPL_METHOD()
554 spl_SplObjectStorage *other; in SPL_METHOD() local
561 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); in SPL_METHOD()
563 zend_hash_internal_pointer_reset(&other->storage); in SPL_METHOD()
564 while (zend_hash_get_current_data(&other->storage, (void **)&element) == SUCCESS) { in SPL_METHOD()
566 zend_hash_move_forward(&other->storage); in SPL_METHOD()
582 spl_SplObjectStorage *other; in SPL_METHOD() local
589 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); in SPL_METHOD()
593 if (!spl_object_storage_contains(other, getThis(), element->obj TSRMLS_CC)) { in SPL_METHOD()