Home
last modified time | relevance | path

Searched refs:aidd1 (Results 1 – 3 of 3) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/test/
H A Dcork.c1178 hid_t aidd1 = -1, aidd2 = -1; /* Attribute ID */ in verify_multiple_cork() local
1229 if((aidd1 = H5Acreate2(did1, DSET_ATTR, tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) in verify_multiple_cork()
1239 if(H5Aclose(aidd1) < 0) in verify_multiple_cork()
1298 if((aidd1 = H5Aopen(did1, DSET_ATTR, H5P_DEFAULT)) < 0) in verify_multiple_cork()
1444 ret = H5Odisable_mdc_flushes(aidd1); in verify_multiple_cork()
1461 if(H5Aclose(aidd1) < 0) in verify_multiple_cork()
1506 H5Aclose(aidd1); in verify_multiple_cork()
H A Dtattr.c10228 aidd1, aidd2, in test_attr_bug5() local
10264 aidd1 = H5Acreate2(did1, BUG3_ATTR_NAME, tid1, sid, H5P_DEFAULT, H5P_DEFAULT); in test_attr_bug5()
10265 CHECK(aidd1, FAIL, "H5Acreate2"); in test_attr_bug5()
10274 ret = H5Aclose(aidd1); in test_attr_bug5()
10314 aidd1 = H5Aopen(did1, BUG3_ATTR_NAME, H5P_DEFAULT); in test_attr_bug5()
10315 CHECK(aidd1, FAIL, "H5Aopen"); in test_attr_bug5()
10317 CHECK(aidd1, FAIL, "H5Aopen"); in test_attr_bug5()
10336 ret = H5Aclose(aidd1); in test_attr_bug5()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtattr.c10019 aidd1, aidd2, in test_attr_bug5() local
10055 aidd1 = H5Acreate2(did1, BUG3_ATTR_NAME, tid1, sid, H5P_DEFAULT, H5P_DEFAULT); in test_attr_bug5()
10056 CHECK(aidd1, FAIL, "H5Acreate2"); in test_attr_bug5()
10065 ret = H5Aclose(aidd1); in test_attr_bug5()
10105 aidd1 = H5Aopen(did1, BUG3_ATTR_NAME, H5P_DEFAULT); in test_attr_bug5()
10106 CHECK(aidd1, FAIL, "H5Aopen"); in test_attr_bug5()
10108 CHECK(aidd1, FAIL, "H5Aopen"); in test_attr_bug5()
10127 ret = H5Aclose(aidd1); in test_attr_bug5()