dumplib.c#716 int fidx; /* field id */ #718 for (fidx = 0; fidx < nfields; fidx++) { #719 size_t offset = this->offsets[fidx]; #720 nc_type fid = this->fids[fidx]; /* field type id */ #722 if(finfo->ranks == 0 || finfo->ranks[fidx] == 0) { #730 for(i = 0; i < finfo->nvals[fidx]; i++) { #1134 int fidx; /* field id */ #1139 for (fidx = 0; fidx < nfields; fidx++) { #1140 size_t offset = tinfo->offsets[fidx]; #1141 nc_type fid = tinfo->fids[fidx]; /* field type id */ #1144 if(tinfo->ranks[fidx] == 0) { #1156 int rank = tinfo->ranks[fidx]; #1160 slen = tinfo->sides[fidx][rank-1]; #1163 nstrings *= tinfo->sides[fidx][j]; #1175 for(i = 0; i < tinfo->nvals[fidx]; i++) { #1178 if(i < tinfo->nvals[fidx] - 1) { #1188 if(fidx < nfields - 1) { #1586 int fidx; /* for compound type, field index */ #1624 for (fidx = 0; fidx < tinfo->nfields; fidx++) { #1631 NC_CHECK( nc_inq_compound_field(ncid, tinfo->tid, fidx, NULL, #1635 NC_CHECK( nc_inq_compound_field(ncid, tinfo->tid, fidx, NULL, #1637 tinfo->fids[fidx] = ftype; #1638 tinfo->offsets[fidx] = offset; #1639 tinfo->ranks[fidx] = rank; #1641 tinfo->sides[fidx] = (int *) emalloc(rank * sizeof(int)); #1642 tinfo->nvals[fidx] = 1; #1644 tinfo->sides[fidx][i] = sides[i]; #1645 tinfo->nvals[fidx] *= sides[i];
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed