nc4hdf.c#2365 | hid_t spaceid, create_propid; |
#2377 | if ((create_propid = H5Pcreate(H5P_DATASET_CREATE)) < 0) |
#2384 | if (H5Pset_obj_track_times(create_propid,0)<0) |
#2392 | if (H5Pset_chunk(create_propid, 1, chunk_dims) < 0) |
#2403 | if (H5Pset_attr_creation_order(create_propid, H5P_CRT_ORDER_TRACKED| |
#2410 | spaceid, create_propid)) < 0) |
#2419 | if (H5Pclose(create_propid) < 0) |
tst_h_dimscales4.c#59 | hid_t fcpl_id, fapl_id, create_propid, access_propid; |
#81 | if ((create_propid = H5Pcreate(H5P_DATASET_CREATE)) < 0) ERR; |
#82 | if (H5Pset_attr_creation_order(create_propid, H5P_CRT_ORDER_TRACKED| |
#86 | spaceid, create_propid)) < 0) ERR; |
#88 | if (H5Pclose(create_propid) < 0) ERR; |
#96 | if ((create_propid = H5Pcreate(H5P_DATASET_CREATE)) < 0) ERR; |
#97 | if (H5Pset_fill_value(create_propid, H5T_NATIVE_FLOAT, &data) < 0) ERR; |
#98 | if (H5Pset_layout(create_propid, H5D_CONTIGUOUS) < 0) ERR; |
#99 | if (H5Pset_attr_creation_order(create_propid, H5P_CRT_ORDER_TRACKED| |
#103 | H5P_DEFAULT, create_propid, access_propid)) < 0) ERR; |
#104 | if (H5Pclose(create_propid) < 0) ERR; |
#113 | if ((create_propid = H5Pcreate(H5P_DATASET_CREATE)) < 0) ERR; |
#114 | if (H5Pset_fill_value(create_propid, H5T_NATIVE_FLOAT, &data) < 0) ERR; |
#115 | if (H5Pset_layout(create_propid, H5D_CONTIGUOUS) < 0) ERR; |
#116 | if (H5Pset_attr_creation_order(create_propid, H5P_CRT_ORDER_TRACKED| |
#120 | H5P_DEFAULT, create_propid, access_propid)) < 0) ERR; |
#121 | if (H5Pclose(create_propid) < 0) ERR; |
tst_h_strings2.c#29 | hid_t typeid, datasetid, plistid, create_propid, dimscaleid; |
#56 | if ((create_propid = H5Pcreate(H5P_DATASET_CREATE)) < 0) ERR; |
#57 | if (H5Pset_chunk(create_propid, NDIMS, chunk_dims) < 0) ERR; |
#59 | if (H5Pset_attr_creation_order(create_propid, H5P_CRT_ORDER_TRACKED| |
#62 | spaceid, create_propid)) < 0) ERR; |
#64 | if (H5Pclose(create_propid) < 0) ERR; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed