Home
last modified time | relevance | path

Searched refs:meta_dxpl_id (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fsuper.c337 FUNC_ENTER_PACKAGE_TAG(meta_dxpl_id, H5AC__SUPERBLOCK_TAG, FAIL) in H5F__super_read()
345 if(NULL == (dxpl = (H5P_genplist_t *)H5I_object(meta_dxpl_id))) in H5F__super_read()
621 if((status = H5O_msg_exists(&ext_loc, H5O_DRVINFO_ID, meta_dxpl_id)) < 0) in H5F__super_read()
646 if(H5SM_get_info(&ext_loc, c_plist, meta_dxpl_id) < 0) in H5F__super_read()
650 if((status = H5O_msg_exists(&ext_loc, H5O_BTREEK_ID, meta_dxpl_id)) < 0) in H5F__super_read()
654 if(NULL == H5O_msg_read(&ext_loc, H5O_BTREEK_ID, &btreek, meta_dxpl_id)) in H5F__super_read()
670 if((status = H5O_msg_exists(&ext_loc, H5O_FSINFO_ID, meta_dxpl_id)) < 0) in H5F__super_read()
768 if((status = H5O_msg_exists(&ext_loc, H5O_MDCI_MSG_ID, meta_dxpl_id)) < 0) in H5F__super_read()
787 if(NULL == H5O_msg_read(&ext_loc, H5O_MDCI_MSG_ID, &mdci_msg, meta_dxpl_id)) in H5F__super_read()
796 if(H5F_super_ext_close(f, &ext_loc, meta_dxpl_id, FALSE) < 0) in H5F__super_read()
[all …]
H A DH5Fint.c930 if(H5MF_close(f, meta_dxpl_id) < 0) in H5F__dest()
1003 if(H5AC_dest(f, meta_dxpl_id)) in H5F__dest()
1172 hid_t meta_dxpl_id) in H5F_open() argument
1371 if(H5F__super_init(file, meta_dxpl_id) < 0) in H5F_open()
1378 if(H5G_mkroot(file, meta_dxpl_id, TRUE) < 0) in H5F_open()
1518 H5F__flush_phase1(H5F_t *f, hid_t meta_dxpl_id) in H5F__flush_phase1() argument
1528 if(H5D_flush(f, meta_dxpl_id) < 0) in H5F__flush_phase1()
1538 if(H5MF_free_aggrs(f, meta_dxpl_id) < 0) in H5F__flush_phase1()
1571 if(H5AC_flush(f, meta_dxpl_id) < 0) in H5F__flush_phase2()
1581 if(H5AC_flush(f, meta_dxpl_id) < 0) in H5F__flush_phase2()
[all …]
H A DH5Fpkg.h398 H5_DLL herr_t H5F__dest(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id, hbool_t flush);
399 H5_DLL herr_t H5F__flush(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id, hbool_t closing);
400 H5_DLL htri_t H5F__is_hdf5(const char *name, hid_t meta_dxpl_id, hid_t raw_dxpl_id);
403 hid_t meta_dxpl_id, hid_t raw_dxpl_id);
413 H5_DLL herr_t H5F__super_read(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id,
H A DH5Fmount.c615 H5F_flush_mounts_recurse(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id) in H5F_flush_mounts_recurse() argument
628 if(H5F_flush_mounts_recurse(f->shared->mtab.child[u].file, meta_dxpl_id, raw_dxpl_id) < 0) in H5F_flush_mounts_recurse()
632 if(H5F__flush(f, meta_dxpl_id, raw_dxpl_id, FALSE) < 0) in H5F_flush_mounts_recurse()
657 H5F_flush_mounts(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id) in H5F_flush_mounts() argument
671 if(H5F_flush_mounts_recurse(f, meta_dxpl_id, raw_dxpl_id) < 0) in H5F_flush_mounts()
H A DH5Fprivate.h807 H5_DLL herr_t H5F_flush_mounts(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id);