Searched refs:unk (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/com_dotnet/ |
H A D | com_dotnet.c | 128 IUnknown *unk = NULL; in dotnet_init() local 151 hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk); in dotnet_init() 156 hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); in dotnet_init() 163 if (unk) { in dotnet_init() 164 IUnknown_Release(unk); in dotnet_init() 198 IUnknown *unk = NULL; in PHP_FUNCTION() local 218 hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk); in PHP_FUNCTION() 231 hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); in PHP_FUNCTION() 260 …f->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_sys, &unk); in PHP_FUNCTION() 271 hr = IUnknown_QueryInterface(unk, &IID_IObjectHandle, &handle); in PHP_FUNCTION() [all …]
|
H A D | com_persist.c | 301 IUnknown *unk; member 312 if (!helper->ips && helper->unk) { in get_persist_stream() 320 if (!helper->ipsi && helper->unk) { in get_persist_stream_init() 328 if (!helper->ipf && helper->unk) { in get_persist_file() 564 if (helper->unk == NULL) { in CPH_METHOD() 670 helper->unk = (IUnknown*)V_DISPATCH(&obj->v); in CPH_METHOD() 671 IUnknown_AddRef(helper->unk); in CPH_METHOD() 704 if (object->unk) { in helper_free_storage() 705 IUnknown_Release(object->unk); in helper_free_storage() 731 if (clone->unk) { in helper_clone() [all …]
|
H A D | com_com.c | 293 IUnknown *unk = NULL; in PHP_FUNCTION() local 312 res = GetActiveObject(&clsid, NULL, &unk); in PHP_FUNCTION() 317 res = IUnknown_QueryInterface(unk, &IID_IDispatch, &obj); in PHP_FUNCTION() 331 if (unk) { in PHP_FUNCTION()
|
Completed in 10 milliseconds