php_com_object_clone  679 ext/com_dotnet/com_handlers.c 	retval.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC);
php_com_object_clone   64 ext/com_dotnet/com_misc.c 	z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC);
php_com_object_clone   89 ext/com_dotnet/com_misc.c 	z->value.obj.handle = zend_objects_store_put(obj, NULL, php_com_object_free_storage, php_com_object_clone TSRMLS_CC);
php_com_object_clone   77 ext/com_dotnet/php_com_dotnet_internal.h void php_com_object_clone(void *object, void **clone_ptr TSRMLS_DC);