![]() |
HDF5
1.12.0
|
Data Structures | |
| struct | H5FD_class_t |
| struct | H5FD_free_t |
| struct | H5FD_t |
| struct | H5FD_file_image_callbacks_t |
Typedefs | |
| typedef enum H5F_mem_t | H5FD_mem_t |
| typedef struct H5FD_t | H5FD_t |
| typedef struct H5FD_class_t | H5FD_class_t |
| typedef struct H5FD_free_t | H5FD_free_t |
| typedef struct H5FD_class_t H5FD_class_t |
| typedef struct H5FD_free_t H5FD_free_t |
| typedef enum H5F_mem_t H5FD_mem_t |
| enum H5FD_file_image_op_t |
| H5_DLL haddr_t H5FDalloc | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| hid_t | dxpl_id, | ||
| hsize_t | size | ||
| ) |
References H5FD_t::base_addr, H5FD_t::cls, H5CX_set_dxpl(), H5E_BADVALUE, H5E_CANTINIT, H5FD__alloc_real(), H5FD_MEM_NTYPES, H5P_isa_class(), NULL, ret_value, size, and type.
References H5FD_t::cls, FAIL, H5E_BADVALUE, H5FD_close(), and ret_value.
References H5FD_cmp(), and ret_value.
References FAIL, flags, H5E_BADVALUE, H5FD_driver_query(), H5I_object_verify(), H5I_VFL, NULL, and ret_value.
References H5FD_t::cls, FAIL, H5CX_set_dxpl(), H5E_BADVALUE, H5FD_flush(), H5P_isa_class(), and ret_value.
| H5_DLL herr_t H5FDfree | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| hid_t | dxpl_id, | ||
| haddr_t | addr, | ||
| hsize_t | size | ||
| ) |
References addr, H5FD_t::base_addr, H5FD_t::cls, FAIL, H5CX_set_dxpl(), H5E_BADVALUE, H5FD__free_real(), H5FD_MEM_NTYPES, H5P_isa_class(), ret_value, size, and type.
| H5_DLL haddr_t H5FDget_eoa | ( | H5FD_t * | file, |
| H5FD_mem_t | type | ||
| ) |
References H5FD_t::base_addr, H5FD_t::cls, H5E_BADVALUE, H5E_CANTINIT, H5FD_get_eoa(), H5FD_MEM_NTYPES, ret_value, and type.
| H5_DLL haddr_t H5FDget_eof | ( | H5FD_t * | file, |
| H5FD_mem_t | type | ||
| ) |
References H5FD_t::base_addr, H5FD_t::cls, H5E_BADVALUE, H5E_CANTINIT, H5FD_get_eof(), ret_value, and type.
References H5FD_t::cls, FAIL, fapl_id, H5E_BADVALUE, H5FD_get_vfd_handle(), H5P_isa_class(), NULL, and ret_value.
References H5FD_t::cls, FAIL, H5E_BADVALUE, H5E_CANTINIT, H5FD_lock(), ret_value, and rw.
References fapl_id, flags, H5E_CANTINIT, H5FD_open(), H5P_isa_class(), maxaddr, name, NULL, and ret_value.
Referenced by if().
| H5_DLL int H5FDquery | ( | const H5FD_t * | f, |
| unsigned long * | flags | ||
| ) |
References H5FD_t::cls, flags, H5E_BADVALUE, and ret_value.
| H5_DLL herr_t H5FDread | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| hid_t | dxpl_id, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| void * | buf | ||
| ) |
References addr, H5FD_t::base_addr, H5FD_t::cls, FAIL, H5CX_set_dxpl(), H5E_BADVALUE, H5FD_read(), H5P_isa_class(), ret_value, size, and type.
| H5_DLL hid_t H5FDregister | ( | const H5FD_class_t * | cls | ) |
References H5E_BADVALUE, H5E_CANTREGISTER, H5FD_MEM_DEFAULT, H5FD_MEM_NOLIST, H5FD_MEM_NTYPES, H5FD_register(), ret_value, and type.
| H5_DLL herr_t H5FDset_eoa | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| haddr_t | eoa | ||
| ) |
References addr, H5FD_t::base_addr, H5FD_t::cls, FAIL, H5E_BADVALUE, H5E_CANTINIT, H5FD_MEM_NTYPES, H5FD_set_eoa(), H5FD_t::maxaddr, ret_value, and type.
References H5FD_t::cls, FAIL, H5CX_set_dxpl(), H5E_BADVALUE, H5FD_truncate(), H5P_isa_class(), and ret_value.
References H5FD_t::cls, FAIL, H5E_BADVALUE, H5E_CANTINIT, H5FD_unlock(), and ret_value.
References FAIL, H5I_dec_app_ref(), H5I_object_verify(), H5I_VFL, NULL, and ret_value.
| H5_DLL herr_t H5FDwrite | ( | H5FD_t * | file, |
| H5FD_mem_t | type, | ||
| hid_t | dxpl_id, | ||
| haddr_t | addr, | ||
| size_t | size, | ||
| const void * | buf | ||
| ) |
References addr, H5FD_t::base_addr, H5FD_t::cls, FAIL, H5CX_set_dxpl(), H5E_BADVALUE, H5FD_write(), H5P_isa_class(), ret_value, size, and type.