Lines Matching full:nfunctions
48 int nFunctions; // Number of supported functions in this chunk
144 fl ->nFunctions = Plugin ->nFunctions;
147 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN)
148 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN;
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
169 for (i=0; i < c ->nFunctions; i++)