Home | History | Annotate | Download | only in src

Lines Matching defs:DataFormat

128         char**         DataFormat;            // The binary stream descriptor
1250 t->DataFormat = NULL;
1441 if (t -> DataFormat) return; // Already allocated
1451 t -> DataFormat = (char**) AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * sizeof(char *));
1452 if (t->DataFormat == NULL) {
1454 SynError(it8, "AllocateDataFormat: Unable to allocate dataFormat array");
1464 if (t->DataFormat)
1465 return t->DataFormat[n];
1475 if (!t->DataFormat)
1483 if (t->DataFormat) {
1484 t->DataFormat[n] = AllocString(it8, label);
1700 if (!t -> DataFormat) return;
1708 WriteStr(fp, t->DataFormat[i]);
2146 if (t ->DataFormat == NULL){
2151 Fld = t->DataFormat[idField];
2394 *SampleNames = t -> DataFormat;