Searched refs:dotnet_host (Results 1 – 1 of 1) sorted by relevance
119 ICorRuntimeHost *dotnet_host; member139 &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()330 if (stuff->dotnet_host) { in php_com_dotnet_mshutdown()331 ICorRuntimeHost_Stop(stuff->dotnet_host); in php_com_dotnet_mshutdown()332 ICorRuntimeHost_Release(stuff->dotnet_host); in php_com_dotnet_mshutdown()[all …]
Completed in 4 milliseconds