|
| | H5FL_DEFINE (H5O_chunk_proxy_t) |
| |
| herr_t | H5O__chunk_add (H5F_t *f, H5O_t *oh, unsigned idx, unsigned cont_chunkno) |
| |
| H5O_chunk_proxy_t * | H5O__chunk_protect (H5F_t *f, H5O_t *oh, unsigned idx) |
| |
| herr_t | H5O__chunk_unprotect (H5F_t *f, H5O_chunk_proxy_t *chk_proxy, hbool_t dirtied) |
| |
| herr_t | H5O__chunk_resize (H5O_t *oh, H5O_chunk_proxy_t *chk_proxy) |
| |
| herr_t | H5O__chunk_update_idx (H5F_t *f, H5O_t *oh, unsigned idx) |
| |
| herr_t | H5O__chunk_delete (H5F_t *f, H5O_t *oh, unsigned idx) |
| |
| herr_t | H5O__chunk_dest (H5O_chunk_proxy_t *chk_proxy) |
| |