com_dotnet         32 ext/com_dotnet/com_extension.c ZEND_DECLARE_MODULE_GLOBALS(com_dotnet)
com_dotnet         33 ext/com_dotnet/com_extension.c static PHP_GINIT_FUNCTION(com_dotnet);
com_dotnet        240 ext/com_dotnet/com_extension.c 	PHP_MINIT(com_dotnet),
com_dotnet        241 ext/com_dotnet/com_extension.c 	PHP_MSHUTDOWN(com_dotnet),
com_dotnet        242 ext/com_dotnet/com_extension.c 	PHP_RINIT(com_dotnet),
com_dotnet        243 ext/com_dotnet/com_extension.c 	PHP_RSHUTDOWN(com_dotnet),
com_dotnet        244 ext/com_dotnet/com_extension.c 	PHP_MINFO(com_dotnet),
com_dotnet        246 ext/com_dotnet/com_extension.c 	PHP_MODULE_GLOBALS(com_dotnet),
com_dotnet        247 ext/com_dotnet/com_extension.c 	PHP_GINIT(com_dotnet),
com_dotnet        255 ext/com_dotnet/com_extension.c ZEND_GET_MODULE(com_dotnet)
com_dotnet        336 ext/com_dotnet/com_extension.c static PHP_GINIT_FUNCTION(com_dotnet)
com_dotnet        345 ext/com_dotnet/com_extension.c PHP_MINIT_FUNCTION(com_dotnet)
com_dotnet        455 ext/com_dotnet/com_extension.c PHP_MSHUTDOWN_FUNCTION(com_dotnet)
com_dotnet        471 ext/com_dotnet/com_extension.c PHP_RINIT_FUNCTION(com_dotnet)
com_dotnet        480 ext/com_dotnet/com_extension.c PHP_RSHUTDOWN_FUNCTION(com_dotnet)
com_dotnet        494 ext/com_dotnet/com_extension.c PHP_MINFO_FUNCTION(com_dotnet)
com_dotnet         39 ext/com_dotnet/php_com_dotnet.h PHP_MINIT_FUNCTION(com_dotnet);
com_dotnet         40 ext/com_dotnet/php_com_dotnet.h PHP_MSHUTDOWN_FUNCTION(com_dotnet);
com_dotnet         41 ext/com_dotnet/php_com_dotnet.h PHP_RINIT_FUNCTION(com_dotnet);
com_dotnet         42 ext/com_dotnet/php_com_dotnet.h PHP_RSHUTDOWN_FUNCTION(com_dotnet);
com_dotnet         43 ext/com_dotnet/php_com_dotnet.h PHP_MINFO_FUNCTION(com_dotnet);
com_dotnet         45 ext/com_dotnet/php_com_dotnet.h ZEND_BEGIN_MODULE_GLOBALS(com_dotnet)
com_dotnet         53 ext/com_dotnet/php_com_dotnet.h ZEND_END_MODULE_GLOBALS(com_dotnet)
com_dotnet         61 ext/com_dotnet/php_com_dotnet.h extern ZEND_DECLARE_MODULE_GLOBALS(com_dotnet);