Lines Matching refs:SynError
459 cmsBool SynError(cmsIT8* it8, const char *Txt, ...) in SynError() function
481 return SynError(it8, NoMeta(Err)); in Check()
746 SynError(it8, "Invalid hexadecimal number"); in InSymbol()
767 SynError(it8, "Invalid binary number"); in InSymbol()
895 SynError(it8, "Unrecognized character: 0x%x", it8 ->ch); in InSymbol()
909 SynError(it8, "Too many recursion levels"); in InSymbol()
927 SynError(it8, "File path too long"); in InSymbol()
934 SynError(it8, "File %s not found", FileNest->FileName); in InSymbol()
996 return SynError(it8, "%s", ErrorTitle); in GetVal()
1010 SynError(it8, "Table %d out of sequence", it8 -> nTable); in GetTable()
1183 SynError(it8, "AddToList: out of memory"); in AddToList()
1268 SynError(it8, "Table %d is out of sequence", nTable); in cmsIT8SetTable()
1447 SynError(it8, "AllocateDataFormat: Unknown NUMBER_OF_FIELDS"); in AllocateDataFormat()
1454 SynError(it8, "AllocateDataFormat: Unable to allocate dataFormat array"); in AllocateDataFormat()
1479 SynError(it8, "More than NUMBER_OF_FIELDS fields."); in SetDataFormat()
1510 SynError(it8, "AllocateDataSet: Unable to allocate data array"); in AllocateDataSet()
1541 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData()
1545 … return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples); in SetData()
1682 default: SynError(it8, "Unknown write mode %d", p ->WriteAs); in WriteHeader()
1842 return SynError(it8, "Sample type expected"); in DataFormatSection()
1857 … SynError(it8, "Count mismatch. NUMBER_OF_FIELDS was %d, found %d\n", t ->nSamples, iField); in DataFormatSection()
1911 … return SynError(it8, "Count mismatch. NUMBER_OF_SETS was %d, found %d\n", t ->nPatches, iSet+1); in DataSection()
1957 return SynError(it8, "Undefined keyword '%s'", VarName); in HeaderSection()
1975 … return SynError(it8, "Invalid value '%s' for property '%s'.", Buffer, VarName); in HeaderSection()
1990 return SynError(it8, "Invalid value for property '%s'.", VarName); in HeaderSection()
2005 return SynError(it8, "Invalid value for property '%s'.", VarName); in HeaderSection()
2017 return SynError(it8, "expected keyword or identifier"); in HeaderSection()
2147 SynError(it8, "Undefined DATA_FORMAT"); in CookPointers()
2649 return SynError(it8, "Couldn't add more patches '%s'\n", cPatch); in cmsIT8SetData()