Home
last modified time | relevance | path

Searched refs:CPRoffset (Results 1 – 18 of 18) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfcks.c318 long GDRoffset, CPRoffset; local
348 CCR_CPROFFSET, &CPRoffset,
352 if (!sX(ReadCPR(CDF->dotFp,CPRoffset,
378 OFF_T GDRoffset, CPRoffset; local
406 CCR_CPROFFSET, &CPRoffset,
410 if (!sX(ReadCPR64(CDF->dotFp,CPRoffset,
449 long GDRoffset, CPRoffset; local
479 CCR_CPROFFSET, &CPRoffset,
483 if (!sX(ReadCPR(CDF->dotFp,CPRoffset,
508 OFF_T GDRoffset, CPRoffset; local
[all …]
H A Dcdfsav.c79 Int32 CPRoffset; struct CPRstruct CPR; local
113 CCR_CPROFFSET,&CPRoffset,
119 if (!sX(ReadCPR(CDF->dotFp,CPRoffset,
H A Dcdfclo64.c94 OFF_T CPRoffset; struct CPRstruct64 CPR; local
107 CCR_CPROFFSET,&CPRoffset,
113 if (!sX(ReadCPR64(CDF->dotFp,CPRoffset,
H A Dcdfclo.c94 Int32 CPRoffset; struct CPRstruct CPR; local
107 CCR_CPROFFSET,&CPRoffset,
113 if (!sX(ReadCPR(CDF->dotFp,CPRoffset,
H A Dcdfvalidator.c694 if (CCR.CPRoffset < 0) in ValidateCCR()
696 4, 1, &(CCR.CPRoffset), 0, debug); in ValidateCCR()
H A Dcdfmisc2_64.c221 OFF_T CPRoffset; local
299 VDR_CPRorSPR,&CPRoffset,
301 if (!sX(ReadCPR64(CDF->fp,CPRoffset,
H A Dcdfvalidator64.c730 if (CCR.CPRoffset < 0) in ValidateCCR()
732 8, 1, &(CCR.CPRoffset), 0, debug); in ValidateCCR()
H A Dcdfget64.c141 if (!sX(ReadCPR(dotFp,CCR.CPRoffset,
188 if (!sX(ReadCPR64(dotFp,CCR.CPRoffset,
378 if (!sX(ReadCPR64(CDF->dotFp,CCR.CPRoffset,
H A Dcdfmisc2.c273 Int32 flags, dataType, numElems, CPRoffset, sRecords; local
351 VDR_CPRorSPR,&CPRoffset,
353 if (!sX(ReadCPR(CDF->fp,CPRoffset,
H A Dcdfmisc3.c92 if (!sX(ReadCPR(dotFp,CCR.CPRoffset,
138 CCR.CPRoffset = V2_CCR_OFFSET + CCR.RecordSize;
161 CCR.CPRoffset = V2_CCR_OFFSET + CCR.RecordSize;
171 if (!sX(WriteCPR(CDF->dotFp,CCR.CPRoffset,
H A Dcdfmisc3_64.c95 if (!sX(ReadCPR64(dotFp,CCR.CPRoffset,
141 CCR.CPRoffset = (OFF_T) V3_CCR_OFFSET64 + CCR.RecordSize;
164 CCR.CPRoffset = (OFF_T) (V3_CCR_OFFSET64 + CCR.RecordSize);
174 if (!sX(WriteCPR64(CDF->dotFp,CCR.CPRoffset,
H A Dcdfget.c118 if (!sX(ReadCPR(dotFp,CCR.CPRoffset,
296 if (!sX(ReadCPR(CDF->dotFp,CCR.CPRoffset,
H A Dcdfwrite.c822 if (!Write32(fp,&(CCR->CPRoffset))) return CWE; in WriteCCR()
H A Dcdfwrite64.c986 if (!Write64_64(fp,&(CCR->CPRoffset))) return CWE; in WriteCCR64()
H A Dcdfread.c1396 if (!Read32(fp,&(CCR->CPRoffset))) return CRE; in ReadCCR()
H A Dcdfread64.c1515 if (!Read64_64(fp,&(CCR->CPRoffset))) return CRE; in ReadCCR64()
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdflib64.h113 OFF_T CPRoffset; /* File offset to CPR (bytes). */ member
H A Dcdflib.h970 Int32 CPRoffset; /* File offset to CPR (bytes). */ member