tst_h_compounds.c#1011 | hid_t fileid, grpid, typeid_inner, typeid_outer, spaceid, attid; |
#1051 | if ((typeid_outer = H5Tcreate(H5T_COMPOUND, sizeof(struct s2))) < 0) ERR; |
#1052 | if (H5Tinsert(typeid_outer, INNER_TYPE_NAME, HOFFSET(struct s2, s1), typeid_inner) < 0) ERR; |
#1053 | if (H5Tcommit(grpid, OUTER_TYPE_NAME, typeid_outer) < 0) ERR; |
#1060 | if ((attid = H5Acreate2(grpid, ATT_CMP_NAME1, typeid_outer, spaceid, H5P_DEFAULT, H5P_DEFAULT)) < 0) ERR; |
#1063 | if (H5Awrite(attid, typeid_outer, data_out) < 0) ERR; |
#1067 | H5Tclose(typeid_outer) < 0 || |
#1114 | hid_t fileid, grpid, typeid_inner, typeid_outer, spaceid, attid; |
#1153 | if ((typeid_outer = H5Tcreate(H5T_COMPOUND, sizeof(struct s2))) < 0) ERR; |
#1154 | if (H5Tinsert(typeid_outer, INNER_TYPE_NAME, HOFFSET(struct s2, s1), typeid_inner) < 0) ERR; |
#1155 | if (H5Tcommit(grpid, OUTER_TYPE_NAME, typeid_outer) < 0) ERR; |
#1162 | if ((attid = H5Acreate2(grpid, ATT_CMP_NAME1, typeid_outer, spaceid, H5P_DEFAULT, H5P_DEFAULT)) < 0) ERR; |
#1165 | if (H5Awrite(attid, typeid_outer, data_out) < 0) ERR; |
#1169 | H5Tclose(typeid_outer) < 0 || |
tst_h_compounds2.c#44 | hid_t fileid, grpid, typeid_inner, typeid_outer, spaceid, attid; |
#91 | if ((typeid_outer = H5Tcreate(H5T_COMPOUND, sizeof(struct s2))) < 0) ERR; |
#92 | if (H5Tinsert(typeid_outer, INNER_TYPE_NAME, HOFFSET(struct s2, s1), typeid_inner) < 0) ERR; |
#93 | if (H5Tcommit(grpid, OUTER_TYPE_NAME, typeid_outer) < 0) ERR; |
#100 | if ((attid = H5Acreate2(grpid, ATT_NAME1, typeid_outer, spaceid, H5P_DEFAULT, H5P_DEFAULT)) < 0) ERR; |
#103 | if (H5Awrite(attid, typeid_outer, data_out) < 0) ERR; |
#107 | H5Tclose(typeid_outer) < 0 || |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed