Home
last modified time | relevance | path

Searched refs:CANNOT_SPARSERECORDS (Results 1 – 6 of 6) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfput2_64.c591 if (sRecordsType != NO_SPARSERECORDS) return CANNOT_SPARSERECORDS;
620 if (maxRec > NO_RECORD) return CANNOT_SPARSERECORDS;
625 if (maxAllocated > NO_RECORD) return CANNOT_SPARSERECORDS;
H A Dcdfput2.c586 if (sRecordsType != NO_SPARSERECORDS) return CANNOT_SPARSERECORDS;
615 if (maxRec > NO_RECORD) return CANNOT_SPARSERECORDS;
620 if (maxAllocated > NO_RECORD) return CANNOT_SPARSERECORDS;
H A Dcdftext.c321 case CANNOT_SPARSERECORDS:
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdfdf.inc715 INTEGER*4 CANNOT_SPARSERECORDS
716 PARAMETER (CANNOT_SPARSERECORDS = -2099)
H A Dcdf.inc754 INTEGER*4 CANNOT_SPARSERECORDS
755 PARAMETER (CANNOT_SPARSERECORDS = -2099)
H A Dcdf.h382 #define CANNOT_SPARSERECORDS ((CDFstatus) (-2099)) macro