Home
last modified time | relevance | path

Searched refs:H5VL_request_optional_t (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5VLconnector.h195 typedef int H5VL_request_optional_t; typedef
422 herr_t (*optional)(void *req, H5VL_request_optional_t opt_type, va_list arguments);
H A DH5VLprivate.h250 H5_DLL herr_t H5VL_request_optional(const H5VL_object_t *vol_obj, H5VL_request_optional_t opt_type,…
H A DH5VLconnector_passthru.h206 H5_DLL herr_t H5VLrequest_optional(void *req, hid_t connector_id, H5VL_request_optional_t opt_type,
H A DH5trace.c3509H5VL_request_optional_t optional = (H5VL_request_optional_t)HDva_arg(ap, int); in H5_trace()
H A DH5VLpassthru.c236 static herr_t H5VL_pass_through_request_optional(void *req, H5VL_request_optional_t opt_type,
2928 H5VL_pass_through_request_optional(void *obj, H5VL_request_optional_t opt_type, va_list arguments) in H5VL_pass_through_request_optional()
H A DH5VLcallback.c174 static herr_t H5VL__request_optional(void *req, const H5VL_class_t *cls, H5VL_request_optional_t op…
6543 H5VL__request_optional(void *req, const H5VL_class_t *cls, H5VL_request_optional_t opt_type, in H5VL__request_optional()
6578 H5VL_request_optional(const H5VL_object_t *vol_obj, H5VL_request_optional_t opt_type, ...) in H5VL_request_optional()
6625 H5VLrequest_optional(void *req, hid_t connector_id, H5VL_request_optional_t opt_type, va_list argum… in H5VLrequest_optional()