Home
last modified time | relevance | path

Searched refs:H5VL_request_notify_t (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VLconnector.h397 typedef herr_t (*H5VL_request_notify_t)(void *ctx, H5ES_status_t status); typedef
419 herr_t (*notify)(void *req, H5VL_request_notify_t cb, void *ctx);
H A DH5VLprivate.h247 H5_DLL herr_t H5VL_request_notify(const H5VL_object_t *vol_obj, H5VL_request_notify_t cb, void *ctx…
H A DH5VLconnector_passthru.h202 H5_DLL herr_t H5VLrequest_notify(void *req, hid_t connector_id, H5VL_request_notify_t cb, void *ctx…
H A DH5VLpassthru.c232 static herr_t H5VL_pass_through_request_notify(void *obj, H5VL_request_notify_t cb, void *ctx);
2697 H5VL_pass_through_request_notify(void *obj, H5VL_request_notify_t cb, void *ctx) in H5VL_pass_through_request_notify()
H A DH5VLcallback.c170 static herr_t H5VL__request_notify(void *req, const H5VL_class_t *cls, H5VL_request_notify_t cb, vo…
6212 H5VL__request_notify(void *req, const H5VL_class_t *cls, H5VL_request_notify_t cb, void *ctx) in H5VL__request_notify()
6248 H5VL_request_notify(const H5VL_object_t *vol_obj, H5VL_request_notify_t cb, void *ctx) in H5VL_request_notify()
6289 H5VLrequest_notify(void *req, hid_t connector_id, H5VL_request_notify_t cb, void *ctx) in H5VLrequest_notify()