unk               293 ext/com_dotnet/com_com.c 	IUnknown *unk = NULL;
unk               312 ext/com_dotnet/com_com.c 		res = GetActiveObject(&clsid, NULL, &unk);
unk               317 ext/com_dotnet/com_com.c 			res = IUnknown_QueryInterface(unk, &IID_IDispatch, &obj);
unk               331 ext/com_dotnet/com_com.c 	if (unk) {
unk               128 ext/com_dotnet/com_dotnet.c 	IUnknown *unk = NULL;
unk               151 ext/com_dotnet/com_dotnet.c 	hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk);
unk               156 ext/com_dotnet/com_dotnet.c 	hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain);
unk               163 ext/com_dotnet/com_dotnet.c 	if (unk) {
unk               164 ext/com_dotnet/com_dotnet.c 		IUnknown_Release(unk);
unk               198 ext/com_dotnet/com_dotnet.c 	IUnknown *unk = NULL;
unk               218 ext/com_dotnet/com_dotnet.c 		hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk);
unk               231 ext/com_dotnet/com_dotnet.c 		hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain);
unk               260 ext/com_dotnet/com_dotnet.c 	hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_sys, &unk);
unk               271 ext/com_dotnet/com_dotnet.c 		hr = IUnknown_QueryInterface(unk, &IID_IObjectHandle, &handle);
unk               306 ext/com_dotnet/com_dotnet.c 		IUnknown_Release(unk);
unk               296 ext/com_dotnet/com_persist.c #define CPH_NO_OBJ()			if (helper->unk == NULL) { php_com_throw_exception(E_INVALIDARG, "No COM object is associated with this helper instance" TSRMLS_CC); return; }
unk               301 ext/com_dotnet/com_persist.c 	IUnknown 			*unk;
unk               312 ext/com_dotnet/com_persist.c 	if (!helper->ips && helper->unk) {
unk               313 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistStream, &helper->ips);
unk               320 ext/com_dotnet/com_persist.c 	if (!helper->ipsi && helper->unk) {
unk               321 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistStreamInit, &helper->ipsi);
unk               328 ext/com_dotnet/com_persist.c 	if (!helper->ipf && helper->unk) {
unk               329 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistFile, &helper->ipf);
unk               564 ext/com_dotnet/com_persist.c 	if (helper->unk == NULL) {
unk               670 ext/com_dotnet/com_persist.c 	helper->unk = (IUnknown*)V_DISPATCH(&obj->v);
unk               671 ext/com_dotnet/com_persist.c 	IUnknown_AddRef(helper->unk);
unk               704 ext/com_dotnet/com_persist.c 	if (object->unk) {
unk               705 ext/com_dotnet/com_persist.c 		IUnknown_Release(object->unk);
unk               731 ext/com_dotnet/com_persist.c 	if (clone->unk) {
unk               732 ext/com_dotnet/com_persist.c 		IUnknown_AddRef(clone->unk);