nc4hdf.c#1524 | hid_t plistid = 0, access_plistid = 0, typeid = 0, spaceid = 0; |
#1541 | if ((access_plistid = H5Pcreate(H5P_DATASET_ACCESS)) < 0) |
#1722 | if (H5Pset_chunk_cache(access_plistid, var->chunk_cache_nelems, |
#1731 | spaceid, H5P_DEFAULT, plistid, access_plistid)) < 0) |
#1770 | if (access_plistid > 0 && H5Pclose(access_plistid) < 0) |
tst_files3.c#100 | hid_t file_spaceid, mem_spaceid, access_plistid, xfer_plistid; |
#126 | if ((access_plistid = H5Pcreate(H5P_DATASET_ACCESS)) < 0) ERR; |
#127 | if (H5Pset_chunk_cache(access_plistid, CHUNK_CACHE_NELEMS, |
#132 | H5P_DEFAULT, propid, access_plistid)) < 0) ERR; |
#150 | if (H5Pclose(access_plistid) < 0) ERR; |
tst_h_grps.c#37 | hid_t fileid, grpid, access_plistid; |
#40 | if ((access_plistid = H5Pcreate(H5P_FILE_ACCESS)) < 0) ERR; |
#41 | if (H5Pset_fclose_degree(access_plistid, H5F_CLOSE_SEMI)) ERR; |
#43 | access_plistid)) < 0) ERR; |
#50 | access_plistid)) < 0) ERR; |
tst_h_strings2.c#28 | hid_t fapl_id, fcpl_id, fileid, grpid, spaceid, access_plistid; |
#80 | if ((access_plistid = H5Pcreate(H5P_DATASET_ACCESS)) < 0) ERR; |
#81 | if (H5Pset_chunk_cache(access_plistid, MY_CHUNK_CACHE_NELEMS, |
#86 | H5P_DEFAULT, plistid, access_plistid)) < 0) ERR; |
#109 | if (H5Pclose(access_plistid) < 0) ERR; |
#125 | hid_t fapl_id, fcpl_id, fileid, grpid, spaceid, access_plistid; |
#168 | if ((access_plistid = H5Pcreate(H5P_DATASET_ACCESS)) < 0) ERR; |
#169 | if (H5Pset_chunk_cache(access_plistid, MY_CHUNK_CACHE_NELEMS, |
#174 | H5P_DEFAULT, plistid, access_plistid)) < 0) ERR; |
#195 | if (H5Pclose(access_plistid) < 0) ERR; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed