![]() |
HDF5
1.12.0
|
Functions | |
| herr_t | H5Pset_chunk_cache (hid_t dapl_id, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) |
| herr_t | H5Pget_chunk_cache (hid_t dapl_id, size_t *rdcc_nslots, size_t *rdcc_nbytes, double *rdcc_w0) |
| herr_t | H5Pset_virtual_view (hid_t plist_id, H5D_vds_view_t view) |
| herr_t | H5Pget_virtual_view (hid_t plist_id, H5D_vds_view_t *view) |
| herr_t | H5Pset_virtual_printf_gap (hid_t plist_id, hsize_t gap_size) |
| herr_t | H5Pget_virtual_printf_gap (hid_t plist_id, hsize_t *gap_size) |
| herr_t | H5Pset_append_flush (hid_t plist_id, unsigned ndims, const hsize_t *boundary, H5D_append_cb_t func, void *udata) |
| herr_t | H5Pget_append_flush (hid_t plist_id, unsigned ndims, hsize_t boundary[], H5D_append_cb_t *func, void **udata) |
| herr_t | H5Pset_efile_prefix (hid_t plist_id, const char *prefix) |
| ssize_t | H5Pget_efile_prefix (hid_t plist_id, char *prefix, size_t size) |
| herr_t | H5Pset_virtual_prefix (hid_t plist_id, const char *prefix) |
| ssize_t | H5Pget_virtual_prefix (hid_t plist_id, char *prefix, size_t size) |
Variables | |
| const H5P_libclass_t | H5P_CLS_DACC [1] |
| herr_t H5Pget_append_flush | ( | hid_t | plist_id, |
| unsigned | ndims, | ||
| hsize_t | boundary[], | ||
| H5D_append_cb_t * | func, | ||
| void ** | udata | ||
| ) |
| herr_t H5Pget_chunk_cache | ( | hid_t | dapl_id, |
| size_t * | rdcc_nslots, | ||
| size_t * | rdcc_nbytes, | ||
| double * | rdcc_w0 | ||
| ) |
References FAIL, H5I_object(), H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_peek(), len, NULL, prefix, ret_value, and size.
References FAIL, H5P_object_verify(), H5P_peek(), len, NULL, prefix, ret_value, and size.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| herr_t H5Pget_virtual_view | ( | hid_t | plist_id, |
| H5D_vds_view_t * | view | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| herr_t H5Pset_append_flush | ( | hid_t | plist_id, |
| unsigned | ndims, | ||
| const hsize_t * | boundary, | ||
| H5D_append_cb_t | func, | ||
| void * | udata | ||
| ) |
References f, FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| herr_t H5Pset_virtual_view | ( | hid_t | plist_id, |
| H5D_vds_view_t | view | ||
| ) |
References FAIL, H5D_VDS_FIRST_MISSING, H5D_VDS_LAST_AVAILABLE, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| const H5P_libclass_t H5P_CLS_DACC[1] |
Referenced by H5CX_set_apl(), H5Dcreate2(), H5Dcreate_anon(), H5Dopen2(), H5Rdereference2(), and H5Ropen_object().