MaxSubKeyLength    93 ext/com_dotnet/com_typeinfo.c 			DWORD SubKeys, MaxSubKeyLength;
MaxSubKeyLength   103 ext/com_dotnet/com_typeinfo.c 					&MaxSubKeyLength, NULL, NULL, NULL, NULL, NULL, NULL)) {
MaxSubKeyLength   105 ext/com_dotnet/com_typeinfo.c 				MaxSubKeyLength++; /* make room for NUL */
MaxSubKeyLength   106 ext/com_dotnet/com_typeinfo.c 				keyname = emalloc(MaxSubKeyLength);
MaxSubKeyLength   110 ext/com_dotnet/com_typeinfo.c 					if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) &&