Home
last modified time | relevance | path

Searched refs:NO_SPARSERECORDS (Results 1 – 15 of 15) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dcdfdump.c653 if (sp != NO_SPARSERECORDS)
737 if (sp == NO_SPARSERECORDS) {
H A Dcdfxp2.c921 Var->sRecordsType = NO_SPARSERECORDS;
1632 if (Var->sRecordsType == NO_SPARSERECORDS &&
1652 if (Var->sRecordsType == NO_SPARSERECORDS &&
H A Dcdfedit3.c592 NO_SPARSERECORDS, PAD_SPARSERECORDS, PREV_SPARSERECORDS
H A Dtoolbox3.c1839 if (strncmpIgCase(token,"None",4) != 0) return NO_SPARSERECORDS;
2162 case NO_SPARSERECORDS:
H A Dcdfcvt.c1392 *sRecordsType = NO_SPARSERECORDS;
H A Dcdfxp.c4179 case NOsRECORDSin: Var->sRecordsType = NO_SPARSERECORDS; break;
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfput2_64.c591 if (sRecordsType != NO_SPARSERECORDS) return CANNOT_SPARSERECORDS;
630 case NO_SPARSERECORDS:
H A Dcdfput2.c586 if (sRecordsType != NO_SPARSERECORDS) return CANNOT_SPARSERECORDS;
625 case NO_SPARSERECORDS:
H A Dcdfcre64.c394 VDR.sRecords = NO_SPARSERECORDS;
H A Dcdfcre.c394 VDR.sRecords = NO_SPARSERECORDS;
H A Dcdfmisc2_64.c1689 if (sRecords == NO_SPARSERECORDS) {
1704 if (sRecords != NO_SPARSERECORDS) return CORRUPTED_V3_CDF;
H A Dcdfmisc2.c2462 if (sRecords == NO_SPARSERECORDS) {
2477 if (sRecords != NO_SPARSERECORDS) return CORRUPTED_V2_CDF;
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdfdf.inc356 INTEGER*4 NO_SPARSERECORDS
357 PARAMETER (NO_SPARSERECORDS = 0)
H A Dcdf.inc391 INTEGER*4 NO_SPARSERECORDS
392 PARAMETER (NO_SPARSERECORDS = 0)
H A Dcdf.h242 #define NO_SPARSERECORDS 0L macro