nc4file.c#752 | get_netcdf_type(NC_HDF5_FILE_INFO_T *h5, hid_t native_typeid, |
#761 | if ((class = H5Tget_class(native_typeid)) < 0) |
#768 | if ((is_str = H5Tis_variable_str(native_typeid)) < 0) |
#780 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_SCHAR)) < 0) |
#787 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_SHORT)) < 0) |
#794 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_INT)) < 0) |
#801 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_FLOAT)) < 0) |
#808 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_DOUBLE)) < 0) |
#815 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_UCHAR)) < 0) |
#822 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_USHORT)) < 0) |
#829 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_UINT)) < 0) |
#836 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_LLONG)) < 0) |
#843 | if ((equal = H5Tequal(native_typeid, H5T_NATIVE_ULLONG)) < 0) |
#854 | if((type = nc4_rec_find_hdf_type(h5->root_grp, native_typeid))) |
#873 | hid_t native_typeid, hdf_typeid; |
#905 | if ((native_typeid = H5Tget_native_type(hdf_typeid, H5T_DIR_DEFAULT)) < 0) |
#909 | if ((class = H5Tget_class(native_typeid)) < 0) |
#923 | if ((is_str = H5Tis_variable_str(native_typeid)) < 0) |
#943 | if ((equal = H5Tequal(native_typeid, h5_native_type_constant_g[t])) < 0) |
#975 | (*type_info)->native_hdf_typeid = native_typeid; |
#983 | if((type = nc4_rec_find_hdf_type(h5->root_grp, native_typeid))) |
#989 | if (H5Tclose(native_typeid) < 0) |
#1204 | hid_t native_typeid; |
#1213 | if ((native_typeid = H5Tget_native_type(hdf_typeid, H5T_DIR_DEFAULT)) < 0) |
#1217 | if (!(type_size = H5Tget_size(native_typeid))) |
#1229 | type->native_hdf_typeid = native_typeid; |
#1380 | if (!(base_hdf_typeid = H5Tget_super(native_typeid))) |
nc4internal.c#833 | size_t offset, hid_t field_hdf_typeid, hid_t native_typeid, |
#854 | field->native_hdf_typeid = native_typeid; |
nc4internal.h#396 | size_t offset, hid_t field_hdf_typeid, hid_t native_typeid, |
tst_h_atts2.c#89 | hid_t fileid, grpid, attid, file_typeid, native_typeid; |
#104 | if ((native_typeid = H5Tget_native_type(file_typeid, H5T_DIR_DEFAULT)) < 0) ERR; |
#115 | if (H5Tclose(native_typeid) < 0) ERR; |
tst_h_compounds.c#279 | hid_t fileid, grpid, spaceid, typeid, native_typeid; |
#348 | if ((native_typeid = H5Tget_native_type(typeid, H5T_DIR_DEFAULT)) < 0) ERR; |
#349 | if ((size_in = H5Tget_size(native_typeid)) == 0) ERR; |
#658 | hid_t fileid, grpid, typeid_inner, typeid, spaceid, array1_tid, attid, native_typeid; |
#719 | if ((native_typeid = H5Tget_native_type(typeid, H5T_DIR_DEFAULT)) < 0) ERR; |
#720 | if (H5Aread(attid, native_typeid, hr_data_in) < 0) ERR; |
tst_h_files.c#241 | hid_t mem_spaceid, xfer_plistid, native_typeid; |
#347 | if ((native_typeid = H5Tget_native_type(H5T_NATIVE_SCHAR, H5T_DIR_DEFAULT)) < 0) ERR; |
#349 | if (H5Dwrite(datasetid, native_typeid, mem_spaceid, file_spaceid, xfer_plistid, bufr) < 0) ERR; |
#351 | if (H5Tclose(native_typeid) < 0) ERR; |
tst_h_vars.c#326 | hid_t typeid, native_typeid; |
#369 | if ((native_typeid = H5Tget_native_type(typeid, H5T_DIR_DESCEND)) < 0) ERR; |
#371 | if ((equal = H5Tequal(typeid, native_typeid)) < 0) ERR; |
tst_h_vars2.c#432 | hid_t fileid, grpid, attid, typeid, datasetid, native_typeid, propid; |
#454 | if ((native_typeid = H5Tget_native_type(typeid, H5T_DIR_DEFAULT)) < 0) ERR; |
#455 | if (!(type_size = H5Tget_size(native_typeid))) ERR; |
#457 | if (H5Pget_fill_value(propid, native_typeid, &f1) < 0) ERR; |
#464 | if ((native_typeid = H5Tget_native_type(typeid, H5T_DIR_DEFAULT)) < 0) ERR; |
#465 | if (H5Aread(attid, native_typeid, &f2) < 0) ERR; |
#471 | H5Tclose(native_typeid) < 0 || |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed