MAX_TYPES_IN_LCMS_PLUGIN 329 include/lcms2_plugin.h cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types MAX_TYPES_IN_LCMS_PLUGIN 330 include/lcms2_plugin.h cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function MAX_TYPES_IN_LCMS_PLUGIN 429 include/lcms2_plugin.h cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN]; MAX_TYPES_IN_LCMS_PLUGIN 48 src/cmsgamma.c int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types MAX_TYPES_IN_LCMS_PLUGIN 49 src/cmsgamma.c int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function MAX_TYPES_IN_LCMS_PLUGIN 146 src/cmsgamma.c if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN) MAX_TYPES_IN_LCMS_PLUGIN 147 src/cmsgamma.c fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN; MAX_TYPES_IN_LCMS_PLUGIN 1457 src/cmsio0.c if (nMaxTypes >= MAX_TYPES_IN_LCMS_PLUGIN) MAX_TYPES_IN_LCMS_PLUGIN 1458 src/cmsio0.c nMaxTypes = MAX_TYPES_IN_LCMS_PLUGIN;