![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5FO_open_obj_t |
| struct | H5FO_obj_count_t |
Typedefs | |
| typedef struct H5FO_open_obj_t | H5FO_open_obj_t |
| typedef struct H5FO_obj_count_t | H5FO_obj_count_t |
Functions | |
| 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) |
| typedef struct H5FO_obj_count_t H5FO_obj_count_t |
| typedef struct H5FO_open_obj_t H5FO_open_obj_t |
| H5FL_DEFINE_STATIC | ( | H5FO_obj_count_t | ) |
| H5FL_DEFINE_STATIC | ( | H5FO_open_obj_t | ) |
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5SL_create(), H5SL_TYPE_HADDR, HDassert(), NULL, and ret_value.
References addr, H5FO_open_obj_t::deleted, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5O_delete(), H5SL_remove(), HDassert(), NULL, and ret_value.
Referenced by H5D_close(), H5G_close(), H5T__commit_named(), and H5T_close().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5SL_close(), H5SL_count(), HDassert(), NULL, and ret_value.
References H5FO_open_obj_t::addr, addr, H5FO_open_obj_t::deleted, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5SL_insert(), HDassert(), NULL, H5FO_open_obj_t::obj, and ret_value.
Referenced by H5G__create(), and H5T__commit().
References addr, H5FO_open_obj_t::deleted, f, FAIL, FUNC_LEAVE_NOAPI(), H5SL_search(), HDassert(), NULL, and ret_value.
Referenced by H5O__link_oh().
References addr, H5FO_open_obj_t::deleted, f, FUNC_LEAVE_NOAPI(), H5SL_search(), HDassert(), NULL, and ret_value.
Referenced by H5O__link_oh().
References addr, f, FUNC_LEAVE_NOAPI(), H5SL_search(), HDassert(), NULL, H5FO_open_obj_t::obj, and ret_value.
Referenced by H5G_open(), H5O__link_oh(), and H5T_open().
References addr, H5FO_obj_count_t::count, f, FUNC_LEAVE_NOAPI(), H5SL_search(), HDassert(), NULL, and ret_value.
Referenced by H5D_close(), H5G_close(), and H5T_close().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5E_CANTINIT, H5SL_create(), H5SL_TYPE_HADDR, HDassert(), NULL, and ret_value.
References addr, H5FO_obj_count_t::count, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5SL_remove(), H5SL_search(), HDassert(), NULL, and ret_value.
Referenced by H5D_close(), H5G_close(), H5T__commit_named(), H5T_close(), and H5T_restore_refresh_state().
References f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5SL_close(), H5SL_count(), HDassert(), NULL, and ret_value.
References H5FO_obj_count_t::addr, addr, H5FO_obj_count_t::count, f, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5SL_insert(), H5SL_search(), HDassert(), NULL, and ret_value.
Referenced by H5G__create(), H5T__commit(), and H5T_save_refresh_state().