Home
last modified time | relevance | path

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

/PHP-7.1/ext/com_dotnet/
H A Dcom_dotnet.c118 struct dotnet_runtime_stuff { struct
127 struct dotnet_runtime_stuff *stuff; in dotnet_init() argument
160 COMG(dotnet_runtime_stuff) = stuff; in dotnet_init()
166 if (COMG(dotnet_runtime_stuff) == NULL) { in dotnet_init()
192 struct dotnet_runtime_stuff *stuff; in PHP_FUNCTION()
203 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
215 stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff); in PHP_FUNCTION()
331 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_mshutdown()
342 COMG(dotnet_runtime_stuff) = NULL; in php_com_dotnet_mshutdown()
347 struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff); in php_com_dotnet_rshutdown()
H A Dphp_com_dotnet.h53 void *dotnet_runtime_stuff; /* opaque to avoid cluttering up other modules */ variable
H A Dcom_extension.c477 if (COMG(dotnet_runtime_stuff)) { in PHP_MSHUTDOWN_FUNCTION()
501 if (COMG(dotnet_runtime_stuff)) { in PHP_RSHUTDOWN_FUNCTION()

Completed in 11 milliseconds