![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5VL__native_blob_put (void *obj, const void *buf, size_t size, void *blob_id, void H5_ATTR_UNUSED *ctx) |
| herr_t | H5VL__native_blob_get (void *obj, const void *blob_id, void *buf, size_t size, void H5_ATTR_UNUSED *ctx) |
| herr_t | H5VL__native_blob_specific (void *obj, void *blob_id, H5VL_blob_specific_t specific_type, va_list arguments) |
| herr_t H5VL__native_blob_get | ( | void * | obj, |
| const void * | blob_id, | ||
| void * | buf, | ||
| size_t | size, | ||
| void H5_ATTR_UNUSED * | ctx | ||
| ) |
References H5HG_t::addr, f, FAIL, FUNC_LEAVE_NOAPI(), H5F_addr_decode(), H5HG_read(), HDassert(), H5HG_t::idx, NULL, ret_value, size, and UINT32DECODE().
| herr_t H5VL__native_blob_put | ( | void * | obj, |
| const void * | buf, | ||
| size_t | size, | ||
| void * | blob_id, | ||
| void H5_ATTR_UNUSED * | ctx | ||
| ) |
References H5HG_t::addr, f, FAIL, FUNC_LEAVE_NOAPI(), H5F_addr_encode(), H5HG_insert(), HDassert(), H5HG_t::idx, ret_value, size, and UINT32ENCODE().
| herr_t H5VL__native_blob_specific | ( | void * | obj, |
| void * | blob_id, | ||
| H5VL_blob_specific_t | specific_type, | ||
| va_list | arguments | ||
| ) |