Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c115 ICorRuntimeHost *dotnet_host; member
172 hr = dotnet_bind_runtime((LPVOID*)&stuff->dotnet_host); in dotnet_init()
178 hr = ICorRuntimeHost_Start(stuff->dotnet_host); in dotnet_init()
183 hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk); in dotnet_init()
203 if (stuff->dotnet_host) { in dotnet_init()
204 ICorRuntimeHost_Stop(stuff->dotnet_host); in dotnet_init()
205 ICorRuntimeHost_Release(stuff->dotnet_host); in dotnet_init()
362 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()
363 ICorRuntimeHost_Stop(stuff->dotnet_host); in php_com_dotnet_mshutdown()
364 ICorRuntimeHost_Release(stuff->dotnet_host); in php_com_dotnet_mshutdown()
[all …]

Completed in 6 milliseconds