Searched refs:dotnet_runtime_stuff (Results 1 – 3 of 3) sorted by relevance
114 struct dotnet_runtime_stuff { struct161 struct dotnet_runtime_stuff *stuff; in dotnet_init()192 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init()198 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init()224 struct dotnet_runtime_stuff *stuff; in PHP_METHOD()242 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_METHOD()253 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_METHOD()357 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown()368 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown()373 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
43 void *dotnet_runtime_stuff; /* opaque to avoid cluttering up other modules */ variable
221 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION()244 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION()
Completed in 7 milliseconds