HDF5  1.12.0
H5VLnative_blob.c File Reference

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)
 

Function Documentation

◆ H5VL__native_blob_get()

herr_t H5VL__native_blob_get ( void *  obj,
const void *  blob_id,
void *  buf,
size_t  size,
void H5_ATTR_UNUSED *  ctx 
)

◆ H5VL__native_blob_put()

herr_t H5VL__native_blob_put ( void *  obj,
const void *  buf,
size_t  size,
void *  blob_id,
void H5_ATTR_UNUSED *  ctx 
)

◆ H5VL__native_blob_specific()