HDF5  1.12.0
Functions
H5VLnative_blob.c File Reference
#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)
 

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()

herr_t H5VL__native_blob_specific ( void *  obj,
void *  blob_id,
H5VL_blob_specific_t  specific_type,
va_list  arguments 
)