Home | History | Annotate | Download | only in src

Lines Matching refs:DataFormat

128         char**         DataFormat;            // The binary stream descriptor
1249 t->DataFormat = NULL;
1440 if (t -> DataFormat) return; // Already allocated
1450 t -> DataFormat = (char**) AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * sizeof(char *));
1451 if (t->DataFormat == NULL) {
1453 SynError(it8, "AllocateDataFormat: Unable to allocate dataFormat array");
1463 if (t->DataFormat)
1464 return t->DataFormat[n];
1474 if (!t->DataFormat)
1482 if (t->DataFormat) {
1483 t->DataFormat[n] = AllocString(it8, label);
1699 if (!t -> DataFormat) return;
1707 WriteStr(fp, t->DataFormat[i]);
2145 if (t ->DataFormat == NULL){
2150 Fld = t->DataFormat[idField];
2393 *SampleNames = t -> DataFormat;