Home
last modified time | relevance | path

Searched refs:H5FA_open (Results 1 – 16 of 16) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/test/
H A Dfarray.c300 if (NULL == (*fa = H5FA_open(*f, fa_addr, NULL))) in reopen_file()
587 if(NULL == (fa = H5FA_open(f, fa_addr, NULL))) in test_reopen()
647 if (NULL == (fa2 = H5FA_open(f, fa_addr, NULL))) in test_open_twice()
674 if (NULL == (fa2 = H5FA_open(f2, fa_addr, NULL))) in test_open_twice()
757 if (NULL == (fa2 = H5FA_open(f, fa_addr, NULL))) in test_open_twice_diff()
813 if (NULL == (fa2 = H5FA_open(f2, fa_addr, NULL))) in test_open_twice_diff()
885 if(NULL == (fa2 = H5FA_open(f, fa_addr, NULL))) in test_delete_open()
905 fa2 = H5FA_open(f, fa_addr, NULL); in test_delete_open()
926 fa = H5FA_open(f, fa_addr, NULL); in test_delete_open()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5FAprivate.h123 H5_DLL H5FA_t *H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata);
H A DH5FA.c236 H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata))
H A DH5Dfarray.c838 …if(NULL == (idx_info->storage->u.farray.fa = H5FA_open(idx_info->f, idx_info->storage->idx_addr, &… in H5D__farray_idx_open()
H A Ditk_hdf5_mangle.h1073 #define H5FA_open itk_H5FA_open macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FAprivate.h122 H5_DLL H5FA_t *H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata);
H A DH5FA.c219 BEGIN_FUNC(PRIV, ERR, H5FA_t *, NULL, NULL, H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata))
H A DH5Dfarray.c814 … (idx_info->storage->u.farray.fa = H5FA_open(idx_info->f, idx_info->storage->idx_addr, &udata))) in H5D__farray_idx_open()
H A Dvtk_hdf5_mangle.h923 #define H5FA_open vtkhdf5_H5FA_open macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5FAprivate.h123 H5_DLL H5FA_t *H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata);
H A DH5FA.c236 H5FA_open(H5F_t *f, haddr_t fa_addr, void *ctx_udata))
H A DH5Dfarray.c838 …if(NULL == (idx_info->storage->u.farray.fa = H5FA_open(idx_info->f, idx_info->storage->idx_addr, &… in H5D__farray_idx_open()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FAprivate.h123 H5_DLL H5FA_t *H5FA_open(H5F_t *f, hid_t dxpl_id, haddr_t fa_addr, void *ctx_udata);
H A DH5FA.c236 H5FA_open(H5F_t *f, hid_t dxpl_id, haddr_t fa_addr, void *ctx_udata))
H A DH5Dfarray.c846 …if(NULL == (idx_info->storage->u.farray.fa = H5FA_open(idx_info->f, idx_info->dxpl_id, idx_info->s… in H5D__farray_idx_open()
H A Dvtk_hdf5_mangle.h853 #define H5FA_open vtkhdf5_H5FA_open macro