unk               291 ext/com_dotnet/com_com.c 	IUnknown *unk = NULL;
unk               310 ext/com_dotnet/com_com.c 		res = GetActiveObject(&clsid, NULL, &unk);
unk               315 ext/com_dotnet/com_com.c 			res = IUnknown_QueryInterface(unk, &IID_IDispatch, &obj);
unk               329 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               217 ext/com_dotnet/com_dotnet.c 		hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk);
unk               230 ext/com_dotnet/com_dotnet.c 		hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain);
unk               258 ext/com_dotnet/com_dotnet.c 	hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_sys, &unk);
unk               269 ext/com_dotnet/com_dotnet.c 		hr = IUnknown_QueryInterface(unk, &IID_IObjectHandle, &handle);
unk               304 ext/com_dotnet/com_dotnet.c 		IUnknown_Release(unk);
unk               297 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"); return; }
unk               302 ext/com_dotnet/com_persist.c 	IUnknown 			*unk;
unk               313 ext/com_dotnet/com_persist.c 	if (!helper->ips && helper->unk) {
unk               314 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistStream, &helper->ips);
unk               321 ext/com_dotnet/com_persist.c 	if (!helper->ipsi && helper->unk) {
unk               322 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistStreamInit, &helper->ipsi);
unk               329 ext/com_dotnet/com_persist.c 	if (!helper->ipf && helper->unk) {
unk               330 ext/com_dotnet/com_persist.c 		return IUnknown_QueryInterface(helper->unk, &IID_IPersistFile, &helper->ipf);
unk               568 ext/com_dotnet/com_persist.c 	if (helper->unk == NULL) {
unk               674 ext/com_dotnet/com_persist.c 	helper->unk = (IUnknown*)V_DISPATCH(&obj->v);
unk               675 ext/com_dotnet/com_persist.c 	IUnknown_AddRef(helper->unk);
unk               708 ext/com_dotnet/com_persist.c 	if (object->unk) {
unk               709 ext/com_dotnet/com_persist.c 		IUnknown_Release(object->unk);
unk               733 ext/com_dotnet/com_persist.c 	if (clone->unk) {
unk               734 ext/com_dotnet/com_persist.c 		IUnknown_AddRef(clone->unk);