Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5FDpublic.h196 void * (*fapl_copy)(const void *fapl); member
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5FDpublic.h196 void * (*fapl_copy)(const void *fapl); member
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5FDpublic.h217 void * (*fapl_copy)(const void *fapl); member
H A DH5FD.c798 if(H5FD_pl_copy(driver->fapl_copy, driver->fapl_size, old_fapl, copied_fapl) < 0) in H5FD_fapl_copy()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDpublic.h208 void * (*fapl_copy)(const void *fapl); member
H A DH5FD.c793 if(H5FD_pl_copy(driver->fapl_copy, driver->fapl_size, old_fapl, copied_fapl) < 0) in H5FD_fapl_copy()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5FDpublic.h277 void * (*fapl_copy)(const void *fapl); member
H A DH5Pfapl.c1052 if(driver->fapl_copy) { in H5P__file_driver_copy()
1053 if(NULL == (new_pl = (driver->fapl_copy)(info->driver_info))) in H5P__file_driver_copy()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5FDpublic.h277 void * (*fapl_copy)(const void *fapl); member
H A DH5Pfapl.c1053 if(driver->fapl_copy) { in H5P__file_driver_copy()
1054 if(NULL == (new_pl = (driver->fapl_copy)(info->driver_info))) in H5P__file_driver_copy()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDpublic.h269 void * (*fapl_copy)(const void *fapl); member
H A DH5Pfapl.c1014 if(driver->fapl_copy) { in H5P__file_driver_copy()
1015 if(NULL == (new_pl = (driver->fapl_copy)(info->driver_info))) in H5P__file_driver_copy()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDpublic.h280 void *(*fapl_copy)(const void *fapl); member
H A DH5Pfapl.c1196 if (driver->fapl_copy) { in H5P__file_driver_copy()
1197 if (NULL == (new_pl = (driver->fapl_copy)(info->driver_info))) in H5P__file_driver_copy()
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A Dh5fd.pyx198 info.fapl_copy = <void *(*)(const void *)>H5FD_fileobj_fapl_copy
H A Dapi_types_hdf5.pxd248 void * (*fapl_copy)(const void *fapl)