dotnet_runtime_stuff  127 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff;
dotnet_runtime_stuff  160 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = stuff;
dotnet_runtime_stuff  166 ext/com_dotnet/com_dotnet.c 	if (COMG(dotnet_runtime_stuff) == NULL) {
dotnet_runtime_stuff  192 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff;
dotnet_runtime_stuff  201 ext/com_dotnet/com_dotnet.c 	stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff);
dotnet_runtime_stuff  213 ext/com_dotnet/com_dotnet.c 		stuff = (struct dotnet_runtime_stuff*)COMG(dotnet_runtime_stuff);
dotnet_runtime_stuff  322 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
dotnet_runtime_stuff  333 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = NULL;
dotnet_runtime_stuff  338 ext/com_dotnet/com_dotnet.c 	struct dotnet_runtime_stuff *stuff = COMG(dotnet_runtime_stuff);
dotnet_runtime_stuff  477 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
dotnet_runtime_stuff  501 ext/com_dotnet/com_extension.c 	if (COMG(dotnet_runtime_stuff)) {
dotnet_runtime_stuff   53 ext/com_dotnet/php_com_dotnet.h 	void *dotnet_runtime_stuff; /* opaque to avoid cluttering up other modules */