|
| | H5FL_DEFINE_STATIC (H5FO_open_obj_t) |
| |
| | H5FL_DEFINE_STATIC (H5FO_obj_count_t) |
| |
| herr_t | H5FO_create (const H5F_t *f) |
| |
| void * | H5FO_opened (const H5F_t *f, haddr_t addr) |
| |
| herr_t | H5FO_insert (const H5F_t *f, haddr_t addr, void *obj, hbool_t delete_flag) |
| |
| herr_t | H5FO_delete (H5F_t *f, haddr_t addr) |
| |
| herr_t | H5FO_mark (const H5F_t *f, haddr_t addr, hbool_t deleted) |
| |
| hbool_t | H5FO_marked (const H5F_t *f, haddr_t addr) |
| |
| herr_t | H5FO_dest (const H5F_t *f) |
| |
| herr_t | H5FO_top_create (H5F_t *f) |
| |
| herr_t | H5FO_top_incr (const H5F_t *f, haddr_t addr) |
| |
| herr_t | H5FO_top_decr (const H5F_t *f, haddr_t addr) |
| |
| hsize_t | H5FO_top_count (const H5F_t *f, haddr_t addr) |
| |
| herr_t | H5FO_top_dest (H5F_t *f) |
| |