Home
last modified time | relevance | path

Searched refs:dotnet_host (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/com_dotnet/
H A Dcom_dotnet.c119 ICorRuntimeHost *dotnet_host; member
139 &IID_ICorRuntimeHost, (LPVOID*)&stuff->dotnet_host); in dotnet_init()
146 hr = ICorRuntimeHost_Start(stuff->dotnet_host); in dotnet_init()
151 hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk); in dotnet_init()
171 if (stuff->dotnet_host) { in dotnet_init()
172 ICorRuntimeHost_Stop(stuff->dotnet_host); in dotnet_init()
173 ICorRuntimeHost_Release(stuff->dotnet_host); in dotnet_init()
334 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()
335 ICorRuntimeHost_Stop(stuff->dotnet_host); in php_com_dotnet_mshutdown()
336 ICorRuntimeHost_Release(stuff->dotnet_host); in php_com_dotnet_mshutdown()
[all …]

Completed in 20 milliseconds