![]() |
HDF5
1.12.0
|
#include "H5private.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5HGprivate.h"#include "H5VLnative_private.h"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 | ||
| ) |
| 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_specific | ( | void * | obj, |
| void * | blob_id, | ||
| H5VL_blob_specific_t | specific_type, | ||
| va_list | arguments | ||
| ) |
1.8.18