Home
last modified time | relevance | path

Searched refs:sparseRecords (Results 1 – 5 of 5) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dcdfcvt.c66 struct SparseRecordsStruct *sparseRecords; variable
308 if (sparseRecords == NULL) {
314 sparseRecords = NULL;
374 if (sparseRecords != NULL) FreeSparseness (sparseRecords);
453 if (sparseRecords != NULL) FreeSparseness (sparseRecords);
1046 if (sparseRecords != NULL) {
1049 sRecordsType = sparseRecords->VARs.sRecordsType;
1585 void FreeSparseness (sparseRecords) in FreeSparseness() argument
1586 struct SparseRecordsStruct *sparseRecords; in FreeSparseness()
1588 struct sRecordsVarStruct *Var = sparseRecords->VARhead;
[all …]
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dcdfcvt.h163 void FreeSparseness PROTOARGs((struct SparseRecordsStruct *sparseRecords));
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdffsi2.c1961 long sparseRecords; variable
1965 GET_, zVAR_SPARSERECORDS_, &sparseRecords,
1967 if (StatusOK(*status)) *sparse_records = (Int32) sparseRecords;
H A Dcdfmisc3.c472 Logical sparseRecords = (Var->vType == SPARSE_COMPRESSED_RECORDS_); local
494 if (!sparseRecords) {
H A Dcdfmisc3_64.c475 Logical sparseRecords = (Var->vType == SPARSE_COMPRESSED_RECORDS_); local
497 if (!sparseRecords) {