com_dotnet         34 ext/com_dotnet/com_extension.c ZEND_DECLARE_MODULE_GLOBALS(com_dotnet)
com_dotnet         35 ext/com_dotnet/com_extension.c static PHP_GINIT_FUNCTION(com_dotnet);
com_dotnet        242 ext/com_dotnet/com_extension.c 	PHP_MINIT(com_dotnet),
com_dotnet        243 ext/com_dotnet/com_extension.c 	PHP_MSHUTDOWN(com_dotnet),
com_dotnet        244 ext/com_dotnet/com_extension.c 	PHP_RINIT(com_dotnet),
com_dotnet        245 ext/com_dotnet/com_extension.c 	PHP_RSHUTDOWN(com_dotnet),
com_dotnet        246 ext/com_dotnet/com_extension.c 	PHP_MINFO(com_dotnet),
com_dotnet        248 ext/com_dotnet/com_extension.c 	PHP_MODULE_GLOBALS(com_dotnet),
com_dotnet        249 ext/com_dotnet/com_extension.c 	PHP_GINIT(com_dotnet),
com_dotnet        260 ext/com_dotnet/com_extension.c ZEND_GET_MODULE(com_dotnet)
com_dotnet        341 ext/com_dotnet/com_extension.c static PHP_GINIT_FUNCTION(com_dotnet)
com_dotnet        353 ext/com_dotnet/com_extension.c PHP_MINIT_FUNCTION(com_dotnet)
com_dotnet        473 ext/com_dotnet/com_extension.c PHP_MSHUTDOWN_FUNCTION(com_dotnet)
com_dotnet        489 ext/com_dotnet/com_extension.c PHP_RINIT_FUNCTION(com_dotnet)
com_dotnet        498 ext/com_dotnet/com_extension.c PHP_RSHUTDOWN_FUNCTION(com_dotnet)
com_dotnet        512 ext/com_dotnet/com_extension.c PHP_MINFO_FUNCTION(com_dotnet)
com_dotnet         42 ext/com_dotnet/php_com_dotnet.h PHP_MINIT_FUNCTION(com_dotnet);
com_dotnet         43 ext/com_dotnet/php_com_dotnet.h PHP_MSHUTDOWN_FUNCTION(com_dotnet);
com_dotnet         44 ext/com_dotnet/php_com_dotnet.h PHP_RINIT_FUNCTION(com_dotnet);
com_dotnet         45 ext/com_dotnet/php_com_dotnet.h PHP_RSHUTDOWN_FUNCTION(com_dotnet);
com_dotnet         46 ext/com_dotnet/php_com_dotnet.h PHP_MINFO_FUNCTION(com_dotnet);
com_dotnet         48 ext/com_dotnet/php_com_dotnet.h ZEND_BEGIN_MODULE_GLOBALS(com_dotnet)
com_dotnet         56 ext/com_dotnet/php_com_dotnet.h ZEND_END_MODULE_GLOBALS(com_dotnet)
com_dotnet         62 ext/com_dotnet/php_com_dotnet.h extern ZEND_DECLARE_MODULE_GLOBALS(com_dotnet);
com_dotnet         63 ext/com_dotnet/php_com_dotnet.h #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v)