Lines Matching refs:dotnet_host
119 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()
218 hr = ICorRuntimeHost_GetDefaultDomain(stuff->dotnet_host, &unk); in PHP_FUNCTION()
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()
333 stuff->dotnet_host = NULL; in php_com_dotnet_mshutdown()