Searched refs:dotnet_runtime_stuff (Results 1 – 3 of 3) sorted by relevance
116 struct dotnet_runtime_stuff { struct125 struct dotnet_runtime_stuff *stuff; in dotnet_init() argument158 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init()164 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init()190 struct dotnet_runtime_stuff *stuff; in PHP_FUNCTION()201 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()213 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()329 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown()340 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown()345 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
45 void *dotnet_runtime_stuff; /* opaque to avoid cluttering up other modules */ variable
424 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION()448 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION()
Completed in 9 milliseconds