![]() |
HDF5
1.12.0
|
#include "H5Fmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Fpkg.h"#include "H5FDprivate.h"#include "H5Iprivate.h"#include "H5PBprivate.h"Functions | |
| herr_t | H5F_shared_block_read (H5F_shared_t *f_sh, H5FD_mem_t type, haddr_t addr, size_t size, void *buf) |
| herr_t | H5F_block_read (H5F_t *f, H5FD_mem_t type, haddr_t addr, size_t size, void *buf) |
| herr_t | H5F_shared_block_write (H5F_shared_t *f_sh, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf) |
| herr_t | H5F_block_write (H5F_t *f, H5FD_mem_t type, haddr_t addr, size_t size, const void *buf) |
| herr_t | H5F_flush_tagged_metadata (H5F_t *f, haddr_t tag) |
| herr_t | H5F_evict_tagged_metadata (H5F_t *f, haddr_t tag) |
| herr_t | H5F__evict_cache_entries (H5F_t *f) |
| herr_t | H5F_get_checksums (const uint8_t *buf, size_t buf_size, uint32_t *s_chksum, uint32_t *c_chksum) |
| herr_t H5F_block_read | ( | H5F_t * | f, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| void * | buf | ||
| ) |
| herr_t H5F_block_write | ( | H5F_t * | f, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| const void * | buf | ||
| ) |
| herr_t H5F_get_checksums | ( | const uint8_t * | buf, |
| size_t | buf_size, | ||
| uint32_t * | s_chksum, | ||
| uint32_t * | c_chksum | ||
| ) |
| herr_t H5F_shared_block_read | ( | H5F_shared_t * | f_sh, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| void * | buf | ||
| ) |
| herr_t H5F_shared_block_write | ( | H5F_shared_t * | f_sh, |
| H5FD_mem_t | type, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| const void * | buf | ||
| ) |
1.8.18