Home
last modified time | relevance | path

Searched refs:H5PB__make_space (Results 1 – 4 of 4) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5PB.c126 static htri_t H5PB__make_space(H5F_t *f, H5PB_t *page_buf, H5FD_mem_t inserted_type);
897 if((can_make_space = H5PB__make_space(f, page_buf, type)) < 0) in H5PB_read()
1198 if((can_make_space = H5PB__make_space(f, page_buf, type)) < 0) in H5PB_write()
1381 H5PB__make_space(H5F_t *f, H5PB_t *page_buf, H5FD_mem_t inserted_type) in H5PB__make_space() function
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5PB.c126 static htri_t H5PB__make_space(H5F_t *f, H5PB_t *page_buf, H5FD_mem_t inserted_type);
897 if((can_make_space = H5PB__make_space(f, page_buf, type)) < 0) in H5PB_read()
1198 if((can_make_space = H5PB__make_space(f, page_buf, type)) < 0) in H5PB_write()
1381 H5PB__make_space(H5F_t *f, H5PB_t *page_buf, H5FD_mem_t inserted_type) in H5PB__make_space() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5PB.c127 static htri_t H5PB__make_space(H5F_shared_t *f_sh, H5PB_t *page_buf, H5FD_mem_t inserted_type);
889 if ((can_make_space = H5PB__make_space(f_sh, page_buf, type)) < 0) in H5PB_read()
1194 if ((can_make_space = H5PB__make_space(f_sh, page_buf, type)) < 0) in H5PB_write()
1375 H5PB__make_space(H5F_shared_t *f_sh, H5PB_t *page_buf, H5FD_mem_t inserted_type) in H5PB__make_space() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5PB.c126 static htri_t H5PB__make_space(const H5F_io_info2_t *fio_info, H5PB_t *page_buf, H5FD_mem_t inserte…
909 if((can_make_space = H5PB__make_space(fio_info, page_buf, type)) < 0) in H5PB_read()
1213 if((can_make_space = H5PB__make_space(fio_info, page_buf, type)) < 0) in H5PB_write()
1396 H5PB__make_space(const H5F_io_info2_t *fio_info, H5PB_t *page_buf, in H5PB__make_space() function