![]() |
HDF5
1.12.0
|
Enumerations | |
| enum | H5D_mpio_actual_chunk_opt_mode_t { H5D_MPIO_NO_CHUNK_OPTIMIZATION = 0, H5D_MPIO_LINK_CHUNK, H5D_MPIO_MULTI_CHUNK } |
| enum | H5D_mpio_actual_io_mode_t { H5D_MPIO_NO_COLLECTIVE = 0x0, H5D_MPIO_CHUNK_INDEPENDENT = 0x1, H5D_MPIO_CHUNK_COLLECTIVE = 0x2, H5D_MPIO_CHUNK_MIXED = 0x1 | 0x2, H5D_MPIO_CONTIGUOUS_COLLECTIVE = 0x4 } |
| enum | H5D_mpio_no_collective_cause_t { H5D_MPIO_COLLECTIVE = 0x00, H5D_MPIO_SET_INDEPENDENT = 0x01, H5D_MPIO_DATATYPE_CONVERSION = 0x02, H5D_MPIO_DATA_TRANSFORMS = 0x04, H5D_MPIO_MPI_OPT_TYPES_ENV_VAR_DISABLED = 0x08, H5D_MPIO_NOT_SIMPLE_OR_SCALAR_DATASPACES = 0x10, H5D_MPIO_NOT_CONTIGUOUS_OR_CHUNKED_DATASET = 0x20, H5D_MPIO_PARALLEL_FILTERED_WRITES_DISABLED = 0x40, H5D_MPIO_ERROR_WHILE_CHECKING_COLLECTIVE_POSSIBLE = 0x80, H5D_MPIO_NO_COLLECTIVE_MAX_CAUSE = 0x100 } |
Functions | |
| H5_DLL hid_t | H5Pcreate_class (hid_t parent, const char *name, H5P_cls_create_func_t cls_create, void *create_data, H5P_cls_copy_func_t cls_copy, void *copy_data, H5P_cls_close_func_t cls_close, void *close_data) |
| H5_DLL char * | H5Pget_class_name (hid_t pclass_id) |
| H5_DLL hid_t | H5Pcreate (hid_t cls_id) |
| H5_DLL herr_t | H5Pregister2 (hid_t cls_id, const char *name, size_t size, void *def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close) |
| H5_DLL herr_t | H5Pinsert2 (hid_t plist_id, const char *name, size_t size, void *value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close) |
| H5_DLL herr_t | H5Pset (hid_t plist_id, const char *name, const void *value) |
| H5_DLL htri_t | H5Pexist (hid_t plist_id, const char *name) |
| H5_DLL herr_t | H5Pencode2 (hid_t plist_id, void *buf, size_t *nalloc, hid_t fapl_id) |
| H5_DLL hid_t | H5Pdecode (const void *buf) |
| H5_DLL herr_t | H5Pget_size (hid_t id, const char *name, size_t *size) |
| H5_DLL herr_t | H5Pget_nprops (hid_t id, size_t *nprops) |
| H5_DLL hid_t | H5Pget_class (hid_t plist_id) |
| H5_DLL hid_t | H5Pget_class_parent (hid_t pclass_id) |
| H5_DLL herr_t | H5Pget (hid_t plist_id, const char *name, void *value) |
| H5_DLL htri_t | H5Pequal (hid_t id1, hid_t id2) |
| H5_DLL htri_t | H5Pisa_class (hid_t plist_id, hid_t pclass_id) |
| H5_DLL int | H5Piterate (hid_t id, int *idx, H5P_iterate_t iter_func, void *iter_data) |
| H5_DLL herr_t | H5Pcopy_prop (hid_t dst_id, hid_t src_id, const char *name) |
| H5_DLL herr_t | H5Premove (hid_t plist_id, const char *name) |
| H5_DLL herr_t | H5Punregister (hid_t pclass_id, const char *name) |
| H5_DLL herr_t | H5Pclose_class (hid_t plist_id) |
| H5_DLL herr_t | H5Pclose (hid_t plist_id) |
| H5_DLL hid_t | H5Pcopy (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_attr_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
| H5_DLL herr_t | H5Pget_attr_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
| H5_DLL herr_t | H5Pset_attr_creation_order (hid_t plist_id, unsigned crt_order_flags) |
| H5_DLL herr_t | H5Pget_attr_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
| H5_DLL herr_t | H5Pset_obj_track_times (hid_t plist_id, hbool_t track_times) |
| H5_DLL herr_t | H5Pget_obj_track_times (hid_t plist_id, hbool_t *track_times) |
| H5_DLL herr_t | H5Pmodify_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[]) |
| H5_DLL herr_t | H5Pset_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int c_values[]) |
| H5_DLL int | H5Pget_nfilters (hid_t plist_id) |
| H5_DLL H5Z_filter_t | H5Pget_filter2 (hid_t plist_id, unsigned filter, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| H5_DLL herr_t | H5Pget_filter_by_id2 (hid_t plist_id, H5Z_filter_t id, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| H5_DLL htri_t | H5Pall_filters_avail (hid_t plist_id) |
| H5_DLL herr_t | H5Premove_filter (hid_t plist_id, H5Z_filter_t filter) |
| H5_DLL herr_t | H5Pset_deflate (hid_t plist_id, unsigned aggression) |
| H5_DLL herr_t | H5Pset_fletcher32 (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_userblock (hid_t plist_id, hsize_t size) |
| H5_DLL herr_t | H5Pget_userblock (hid_t plist_id, hsize_t *size) |
| H5_DLL herr_t | H5Pset_sizes (hid_t plist_id, size_t sizeof_addr, size_t sizeof_size) |
| H5_DLL herr_t | H5Pget_sizes (hid_t plist_id, size_t *sizeof_addr, size_t *sizeof_size) |
| H5_DLL herr_t | H5Pset_sym_k (hid_t plist_id, unsigned ik, unsigned lk) |
| H5_DLL herr_t | H5Pget_sym_k (hid_t plist_id, unsigned *ik, unsigned *lk) |
| H5_DLL herr_t | H5Pset_istore_k (hid_t plist_id, unsigned ik) |
| H5_DLL herr_t | H5Pget_istore_k (hid_t plist_id, unsigned *ik) |
| H5_DLL herr_t | H5Pset_shared_mesg_nindexes (hid_t plist_id, unsigned nindexes) |
| H5_DLL herr_t | H5Pget_shared_mesg_nindexes (hid_t plist_id, unsigned *nindexes) |
| H5_DLL herr_t | H5Pset_shared_mesg_index (hid_t plist_id, unsigned index_num, unsigned mesg_type_flags, unsigned min_mesg_size) |
| H5_DLL herr_t | H5Pget_shared_mesg_index (hid_t plist_id, unsigned index_num, unsigned *mesg_type_flags, unsigned *min_mesg_size) |
| H5_DLL herr_t | H5Pset_shared_mesg_phase_change (hid_t plist_id, unsigned max_list, unsigned min_btree) |
| H5_DLL herr_t | H5Pget_shared_mesg_phase_change (hid_t plist_id, unsigned *max_list, unsigned *min_btree) |
| H5_DLL herr_t | H5Pset_file_space_strategy (hid_t plist_id, H5F_fspace_strategy_t strategy, hbool_t persist, hsize_t threshold) |
| H5_DLL herr_t | H5Pget_file_space_strategy (hid_t plist_id, H5F_fspace_strategy_t *strategy, hbool_t *persist, hsize_t *threshold) |
| H5_DLL herr_t | H5Pset_file_space_page_size (hid_t plist_id, hsize_t fsp_size) |
| H5_DLL herr_t | H5Pget_file_space_page_size (hid_t plist_id, hsize_t *fsp_size) |
| H5_DLL herr_t | H5Pset_alignment (hid_t fapl_id, hsize_t threshold, hsize_t alignment) |
| H5_DLL herr_t | H5Pget_alignment (hid_t fapl_id, hsize_t *threshold, hsize_t *alignment) |
| H5_DLL herr_t | H5Pset_driver (hid_t plist_id, hid_t driver_id, const void *driver_info) |
| H5_DLL hid_t | H5Pget_driver (hid_t plist_id) |
| H5_DLL const void * | H5Pget_driver_info (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_vol (hid_t plist_id, hid_t new_vol_id, const void *new_vol_info) |
| H5_DLL herr_t | H5Pget_vol_id (hid_t plist_id, hid_t *vol_id) |
| H5_DLL herr_t | H5Pget_vol_info (hid_t plist_id, void **vol_info) |
| H5_DLL herr_t | H5Pset_family_offset (hid_t fapl_id, hsize_t offset) |
| H5_DLL herr_t | H5Pget_family_offset (hid_t fapl_id, hsize_t *offset) |
| H5_DLL herr_t | H5Pset_multi_type (hid_t fapl_id, H5FD_mem_t type) |
| H5_DLL herr_t | H5Pget_multi_type (hid_t fapl_id, H5FD_mem_t *type) |
| H5_DLL herr_t | H5Pset_cache (hid_t plist_id, int mdc_nelmts, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) |
| H5_DLL herr_t | H5Pget_cache (hid_t plist_id, int *mdc_nelmts, size_t *rdcc_nslots, size_t *rdcc_nbytes, double *rdcc_w0) |
| H5_DLL herr_t | H5Pset_mdc_config (hid_t plist_id, H5AC_cache_config_t *config_ptr) |
| H5_DLL herr_t | H5Pget_mdc_config (hid_t plist_id, H5AC_cache_config_t *config_ptr) |
| H5_DLL herr_t | H5Pset_gc_references (hid_t fapl_id, unsigned gc_ref) |
| H5_DLL herr_t | H5Pget_gc_references (hid_t fapl_id, unsigned *gc_ref) |
| H5_DLL herr_t | H5Pset_fclose_degree (hid_t fapl_id, H5F_close_degree_t degree) |
| H5_DLL herr_t | H5Pget_fclose_degree (hid_t fapl_id, H5F_close_degree_t *degree) |
| H5_DLL herr_t | H5Pset_meta_block_size (hid_t fapl_id, hsize_t size) |
| H5_DLL herr_t | H5Pget_meta_block_size (hid_t fapl_id, hsize_t *size) |
| H5_DLL herr_t | H5Pset_sieve_buf_size (hid_t fapl_id, size_t size) |
| H5_DLL herr_t | H5Pget_sieve_buf_size (hid_t fapl_id, size_t *size) |
| H5_DLL herr_t | H5Pset_small_data_block_size (hid_t fapl_id, hsize_t size) |
| H5_DLL herr_t | H5Pget_small_data_block_size (hid_t fapl_id, hsize_t *size) |
| H5_DLL herr_t | H5Pset_libver_bounds (hid_t plist_id, H5F_libver_t low, H5F_libver_t high) |
| H5_DLL herr_t | H5Pget_libver_bounds (hid_t plist_id, H5F_libver_t *low, H5F_libver_t *high) |
| H5_DLL herr_t | H5Pset_elink_file_cache_size (hid_t plist_id, unsigned efc_size) |
| H5_DLL herr_t | H5Pget_elink_file_cache_size (hid_t plist_id, unsigned *efc_size) |
| H5_DLL herr_t | H5Pset_file_image (hid_t fapl_id, void *buf_ptr, size_t buf_len) |
| H5_DLL herr_t | H5Pget_file_image (hid_t fapl_id, void **buf_ptr_ptr, size_t *buf_len_ptr) |
| H5_DLL herr_t | H5Pset_file_image_callbacks (hid_t fapl_id, H5FD_file_image_callbacks_t *callbacks_ptr) |
| H5_DLL herr_t | H5Pget_file_image_callbacks (hid_t fapl_id, H5FD_file_image_callbacks_t *callbacks_ptr) |
| H5_DLL herr_t | H5Pset_core_write_tracking (hid_t fapl_id, hbool_t is_enabled, size_t page_size) |
| H5_DLL herr_t | H5Pget_core_write_tracking (hid_t fapl_id, hbool_t *is_enabled, size_t *page_size) |
| H5_DLL herr_t | H5Pset_metadata_read_attempts (hid_t plist_id, unsigned attempts) |
| H5_DLL herr_t | H5Pget_metadata_read_attempts (hid_t plist_id, unsigned *attempts) |
| H5_DLL herr_t | H5Pset_object_flush_cb (hid_t plist_id, H5F_flush_cb_t func, void *udata) |
| H5_DLL herr_t | H5Pget_object_flush_cb (hid_t plist_id, H5F_flush_cb_t *func, void **udata) |
| H5_DLL herr_t | H5Pset_mdc_log_options (hid_t plist_id, hbool_t is_enabled, const char *location, hbool_t start_on_access) |
| H5_DLL herr_t | H5Pget_mdc_log_options (hid_t plist_id, hbool_t *is_enabled, char *location, size_t *location_size, hbool_t *start_on_access) |
| H5_DLL herr_t | H5Pset_evict_on_close (hid_t fapl_id, hbool_t evict_on_close) |
| H5_DLL herr_t | H5Pget_evict_on_close (hid_t fapl_id, hbool_t *evict_on_close) |
| H5_DLL herr_t | H5Pset_all_coll_metadata_ops (hid_t plist_id, hbool_t is_collective) |
| H5_DLL herr_t | H5Pget_all_coll_metadata_ops (hid_t plist_id, hbool_t *is_collective) |
| H5_DLL herr_t | H5Pset_coll_metadata_write (hid_t plist_id, hbool_t is_collective) |
| H5_DLL herr_t | H5Pget_coll_metadata_write (hid_t plist_id, hbool_t *is_collective) |
| H5_DLL herr_t | H5Pget_mpi_params (hid_t fapl_id, MPI_Comm *comm, MPI_Info *info) |
| H5_DLL herr_t | H5Pset_mpi_params (hid_t fapl_id, MPI_Comm comm, MPI_Info info) |
| H5_DLL herr_t | H5Pset_mdc_image_config (hid_t plist_id, H5AC_cache_image_config_t *config_ptr) |
| H5_DLL herr_t | H5Pget_mdc_image_config (hid_t plist_id, H5AC_cache_image_config_t *config_ptr) |
| H5_DLL herr_t | H5Pset_page_buffer_size (hid_t plist_id, size_t buf_size, unsigned min_meta_per, unsigned min_raw_per) |
| H5_DLL herr_t | H5Pget_page_buffer_size (hid_t plist_id, size_t *buf_size, unsigned *min_meta_per, unsigned *min_raw_per) |
| H5_DLL herr_t | H5Pset_layout (hid_t plist_id, H5D_layout_t layout) |
| H5_DLL H5D_layout_t | H5Pget_layout (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_chunk (hid_t plist_id, int ndims, const hsize_t dim[]) |
| H5_DLL int | H5Pget_chunk (hid_t plist_id, int max_ndims, hsize_t dim[]) |
| H5_DLL herr_t | H5Pset_virtual (hid_t dcpl_id, hid_t vspace_id, const char *src_file_name, const char *src_dset_name, hid_t src_space_id) |
| H5_DLL herr_t | H5Pget_virtual_count (hid_t dcpl_id, size_t *count) |
| H5_DLL hid_t | H5Pget_virtual_vspace (hid_t dcpl_id, size_t index) |
| H5_DLL hid_t | H5Pget_virtual_srcspace (hid_t dcpl_id, size_t index) |
| H5_DLL ssize_t | H5Pget_virtual_filename (hid_t dcpl_id, size_t index, char *name, size_t size) |
| H5_DLL ssize_t | H5Pget_virtual_dsetname (hid_t dcpl_id, size_t index, char *name, size_t size) |
| H5_DLL herr_t | H5Pset_external (hid_t plist_id, const char *name, off_t offset, hsize_t size) |
| H5_DLL herr_t | H5Pset_chunk_opts (hid_t plist_id, unsigned opts) |
| H5_DLL herr_t | H5Pget_chunk_opts (hid_t plist_id, unsigned *opts) |
| H5_DLL int | H5Pget_external_count (hid_t plist_id) |
| H5_DLL herr_t | H5Pget_external (hid_t plist_id, unsigned idx, size_t name_size, char *name, off_t *offset, hsize_t *size) |
| H5_DLL herr_t | H5Pset_szip (hid_t plist_id, unsigned options_mask, unsigned pixels_per_block) |
| H5_DLL herr_t | H5Pset_shuffle (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_nbit (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_scaleoffset (hid_t plist_id, H5Z_SO_scale_type_t scale_type, int scale_factor) |
| H5_DLL herr_t | H5Pset_fill_value (hid_t plist_id, hid_t type_id, const void *value) |
| H5_DLL herr_t | H5Pget_fill_value (hid_t plist_id, hid_t type_id, void *value) |
| H5_DLL herr_t | H5Pfill_value_defined (hid_t plist, H5D_fill_value_t *status) |
| H5_DLL herr_t | H5Pset_alloc_time (hid_t plist_id, H5D_alloc_time_t alloc_time) |
| H5_DLL herr_t | H5Pget_alloc_time (hid_t plist_id, H5D_alloc_time_t *alloc_time) |
| H5_DLL herr_t | H5Pset_fill_time (hid_t plist_id, H5D_fill_time_t fill_time) |
| H5_DLL herr_t | H5Pget_fill_time (hid_t plist_id, H5D_fill_time_t *fill_time) |
| H5_DLL herr_t | H5Pget_dset_no_attrs_hint (hid_t dcpl_id, hbool_t *minimize) |
| H5_DLL herr_t | H5Pset_dset_no_attrs_hint (hid_t dcpl_id, hbool_t minimize) |
| H5_DLL herr_t | H5Pset_chunk_cache (hid_t dapl_id, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) |
| H5_DLL herr_t | H5Pget_chunk_cache (hid_t dapl_id, size_t *rdcc_nslots, size_t *rdcc_nbytes, double *rdcc_w0) |
| H5_DLL herr_t | H5Pset_virtual_view (hid_t plist_id, H5D_vds_view_t view) |
| H5_DLL herr_t | H5Pget_virtual_view (hid_t plist_id, H5D_vds_view_t *view) |
| H5_DLL herr_t | H5Pset_virtual_printf_gap (hid_t plist_id, hsize_t gap_size) |
| H5_DLL herr_t | H5Pget_virtual_printf_gap (hid_t plist_id, hsize_t *gap_size) |
| H5_DLL herr_t | H5Pset_virtual_prefix (hid_t dapl_id, const char *prefix) |
| H5_DLL ssize_t | H5Pget_virtual_prefix (hid_t dapl_id, char *prefix, size_t size) |
| H5_DLL herr_t | H5Pset_append_flush (hid_t plist_id, unsigned ndims, const hsize_t boundary[], H5D_append_cb_t func, void *udata) |
| H5_DLL herr_t | H5Pget_append_flush (hid_t plist_id, unsigned dims, hsize_t boundary[], H5D_append_cb_t *func, void **udata) |
| H5_DLL herr_t | H5Pset_efile_prefix (hid_t dapl_id, const char *prefix) |
| H5_DLL ssize_t | H5Pget_efile_prefix (hid_t dapl_id, char *prefix, size_t size) |
| H5_DLL herr_t | H5Pset_data_transform (hid_t plist_id, const char *expression) |
| H5_DLL ssize_t | H5Pget_data_transform (hid_t plist_id, char *expression, size_t size) |
| H5_DLL herr_t | H5Pset_buffer (hid_t plist_id, size_t size, void *tconv, void *bkg) |
| H5_DLL size_t | H5Pget_buffer (hid_t plist_id, void **tconv, void **bkg) |
| H5_DLL herr_t | H5Pset_preserve (hid_t plist_id, hbool_t status) |
| H5_DLL int | H5Pget_preserve (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_edc_check (hid_t plist_id, H5Z_EDC_t check) |
| H5_DLL H5Z_EDC_t | H5Pget_edc_check (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_filter_callback (hid_t plist_id, H5Z_filter_func_t func, void *op_data) |
| H5_DLL herr_t | H5Pset_btree_ratios (hid_t plist_id, double left, double middle, double right) |
| H5_DLL herr_t | H5Pget_btree_ratios (hid_t plist_id, double *left, double *middle, double *right) |
| H5_DLL herr_t | H5Pset_vlen_mem_manager (hid_t plist_id, H5MM_allocate_t alloc_func, void *alloc_info, H5MM_free_t free_func, void *free_info) |
| H5_DLL herr_t | H5Pget_vlen_mem_manager (hid_t plist_id, H5MM_allocate_t *alloc_func, void **alloc_info, H5MM_free_t *free_func, void **free_info) |
| H5_DLL herr_t | H5Pset_hyper_vector_size (hid_t fapl_id, size_t size) |
| H5_DLL herr_t | H5Pget_hyper_vector_size (hid_t fapl_id, size_t *size) |
| H5_DLL herr_t | H5Pset_type_conv_cb (hid_t dxpl_id, H5T_conv_except_func_t op, void *operate_data) |
| H5_DLL herr_t | H5Pget_type_conv_cb (hid_t dxpl_id, H5T_conv_except_func_t *op, void **operate_data) |
| H5_DLL herr_t | H5Pget_mpio_actual_chunk_opt_mode (hid_t plist_id, H5D_mpio_actual_chunk_opt_mode_t *actual_chunk_opt_mode) |
| H5_DLL herr_t | H5Pget_mpio_actual_io_mode (hid_t plist_id, H5D_mpio_actual_io_mode_t *actual_io_mode) |
| H5_DLL herr_t | H5Pget_mpio_no_collective_cause (hid_t plist_id, uint32_t *local_no_collective_cause, uint32_t *global_no_collective_cause) |
| H5_DLL herr_t | H5Pset_create_intermediate_group (hid_t plist_id, unsigned crt_intmd) |
| H5_DLL herr_t | H5Pget_create_intermediate_group (hid_t plist_id, unsigned *crt_intmd) |
| H5_DLL herr_t | H5Pset_local_heap_size_hint (hid_t plist_id, size_t size_hint) |
| H5_DLL herr_t | H5Pget_local_heap_size_hint (hid_t plist_id, size_t *size_hint) |
| H5_DLL herr_t | H5Pset_link_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
| H5_DLL herr_t | H5Pget_link_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
| H5_DLL herr_t | H5Pset_est_link_info (hid_t plist_id, unsigned est_num_entries, unsigned est_name_len) |
| H5_DLL herr_t | H5Pget_est_link_info (hid_t plist_id, unsigned *est_num_entries, unsigned *est_name_len) |
| H5_DLL herr_t | H5Pset_link_creation_order (hid_t plist_id, unsigned crt_order_flags) |
| H5_DLL herr_t | H5Pget_link_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
| H5_DLL herr_t | H5Pset_map_iterate_hints (hid_t mapl_id, size_t key_prefetch_size, size_t key_alloc_size) |
| H5_DLL herr_t | H5Pget_map_iterate_hints (hid_t mapl_id, size_t *key_prefetch_size, size_t *key_alloc_size) |
| H5_DLL herr_t | H5Pset_char_encoding (hid_t plist_id, H5T_cset_t encoding) |
| H5_DLL herr_t | H5Pget_char_encoding (hid_t plist_id, H5T_cset_t *encoding) |
| H5_DLL herr_t | H5Pset_nlinks (hid_t plist_id, size_t nlinks) |
| H5_DLL herr_t | H5Pget_nlinks (hid_t plist_id, size_t *nlinks) |
| H5_DLL herr_t | H5Pset_elink_prefix (hid_t plist_id, const char *prefix) |
| H5_DLL ssize_t | H5Pget_elink_prefix (hid_t plist_id, char *prefix, size_t size) |
| H5_DLL hid_t | H5Pget_elink_fapl (hid_t lapl_id) |
| H5_DLL herr_t | H5Pset_elink_fapl (hid_t lapl_id, hid_t fapl_id) |
| H5_DLL herr_t | H5Pset_elink_acc_flags (hid_t lapl_id, unsigned flags) |
| H5_DLL herr_t | H5Pget_elink_acc_flags (hid_t lapl_id, unsigned *flags) |
| H5_DLL herr_t | H5Pset_elink_cb (hid_t lapl_id, H5L_elink_traverse_t func, void *op_data) |
| H5_DLL herr_t | H5Pget_elink_cb (hid_t lapl_id, H5L_elink_traverse_t *func, void **op_data) |
| H5_DLL herr_t | H5Pset_copy_object (hid_t plist_id, unsigned crt_intmd) |
| H5_DLL herr_t | H5Pget_copy_object (hid_t plist_id, unsigned *crt_intmd) |
| H5_DLL herr_t | H5Padd_merge_committed_dtype_path (hid_t plist_id, const char *path) |
| H5_DLL herr_t | H5Pfree_merge_committed_dtype_paths (hid_t plist_id) |
| H5_DLL herr_t | H5Pset_mcdt_search_cb (hid_t plist_id, H5O_mcdt_search_cb_t func, void *op_data) |
| H5_DLL herr_t | H5Pget_mcdt_search_cb (hid_t plist_id, H5O_mcdt_search_cb_t *func, void **op_data) |
| H5_DLL herr_t | H5Pregister1 (hid_t cls_id, const char *name, size_t size, void *def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_close_func_t prp_close) |
| H5_DLL herr_t | H5Pinsert1 (hid_t plist_id, const char *name, size_t size, void *value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_close_func_t prp_close) |
| H5_DLL herr_t | H5Pencode1 (hid_t plist_id, void *buf, size_t *nalloc) |
| H5_DLL H5Z_filter_t | H5Pget_filter1 (hid_t plist_id, unsigned filter, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[]) |
| H5_DLL herr_t | H5Pget_filter_by_id1 (hid_t plist_id, H5Z_filter_t id, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[]) |
| H5_DLL herr_t | H5Pget_version (hid_t plist_id, unsigned *boot, unsigned *freelist, unsigned *stab, unsigned *shhdr) |
| H5_DLL herr_t | H5Pset_file_space (hid_t plist_id, H5F_file_space_type_t strategy, hsize_t threshold) |
| H5_DLL herr_t | H5Pget_file_space (hid_t plist_id, H5F_file_space_type_t *strategy, hsize_t *threshold) |
| typedef enum H5D_mpio_actual_io_mode_t H5D_mpio_actual_io_mode_t |
| typedef H5P_prp_cb1_t H5P_prp_close_func_t |
| typedef int(* H5P_prp_compare_func_t) (const void *value1, const void *value2, size_t size) |
| typedef H5P_prp_cb1_t H5P_prp_copy_func_t |
| typedef H5P_prp_cb1_t H5P_prp_create_func_t |
| typedef herr_t(* H5P_prp_decode_func_t) (const void **buf, void *value) |
| typedef H5P_prp_cb2_t H5P_prp_delete_func_t |
| typedef H5P_prp_cb2_t H5P_prp_get_func_t |
| typedef H5P_prp_cb2_t H5P_prp_set_func_t |
References FAIL, H5P_object_verify(), H5P_peek(), H5Z_all_filters_avail(), NULL, and ret_value.
References FAIL, H5I_dec_app_ref(), H5I_GENPROP_LST, H5I_get_type(), and ret_value.
References FAIL, H5I_dec_app_ref(), H5I_GENPROP_CLS, H5I_get_type(), and ret_value.
References H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5I_object(), H5I_register(), H5P__close_class(), H5P__copy_pclass(), H5P_copy_plist(), NULL, and ret_value.
Referenced by H5Pget_fapl_multi().
References FAIL, H5E_BADVALUE, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5P__copy_prop_pclass(), H5P__copy_prop_plist(), name, and ret_value.
References H5I_GENPROP_CLS, H5I_object_verify(), H5P_create_id(), NULL, and ret_value.
Referenced by H5Pset_fapl_multi().
| H5_DLL hid_t H5Pcreate_class | ( | hid_t | parent, |
| const char * | name, | ||
| H5P_cls_create_func_t | cls_create, | ||
| void * | create_data, | ||
| H5P_cls_copy_func_t | cls_copy, | ||
| void * | copy_data, | ||
| H5P_cls_close_func_t | cls_close, | ||
| void * | close_data | ||
| ) |
References H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_get_type(), H5I_object(), H5I_register(), H5P__close_class(), H5P__create_class(), H5P_TYPE_USER, name, NULL, and ret_value.
| H5_DLL hid_t H5Pdecode | ( | const void * | buf | ) |
References H5P__decode(), and ret_value.
References FAIL, H5CX_set_apl(), H5I_GENPROP_LST, H5I_object_verify(), H5P__encode(), H5P_CLS_FACC, NULL, and ret_value.
References FAIL, fapl_id, H5CX_set_apl(), H5I_GENPROP_LST, H5I_object_verify(), H5P__encode(), H5P_CLS_FACC, NULL, and ret_value.
References FAIL, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5I_object(), H5P__cmp_class(), H5P__cmp_plist(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5I_object(), H5P__exist_pclass(), H5P_exist_plist(), name, NULL, and ret_value.
| H5_DLL herr_t H5Pfill_value_defined | ( | hid_t | plist, |
| H5D_fill_value_t * | status | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_fill_value_defined(), H5P_object_verify(), HDassert(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_peek(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5I_GENPROP_LST, H5I_object_verify(), H5P_get(), name, NULL, and ret_value.
References FAIL, H5E_CANTREGISTER, H5I_object(), H5P_get(), H5P_isa_class(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_alloc_time | ( | hid_t | plist_id, |
| H5D_alloc_time_t * | alloc_time | ||
| ) |
References H5O_fill_t::alloc_time, FAIL, H5P_object_verify(), H5P_peek(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_append_flush | ( | hid_t | plist_id, |
| unsigned | dims, | ||
| hsize_t | boundary[], | ||
| H5D_append_cb_t * | func, | ||
| void ** | udata | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_attr_phase_change | ( | hid_t | plist_id, |
| unsigned * | max_compact, | ||
| unsigned * | min_dense | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_btree_ratios | ( | hid_t | plist_id, |
| double * | left, | ||
| double * | middle, | ||
| double * | right | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL size_t H5Pget_buffer | ( | hid_t | plist_id, |
| void ** | tconv, | ||
| void ** | bkg | ||
| ) |
References H5P_get(), H5P_object_verify(), NULL, ret_value, and size.
| H5_DLL herr_t H5Pget_cache | ( | hid_t | plist_id, |
| int * | mdc_nelmts, | ||
| size_t * | rdcc_nslots, | ||
| size_t * | rdcc_nbytes, | ||
| double * | rdcc_w0 | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_char_encoding | ( | hid_t | plist_id, |
| H5T_cset_t * | encoding | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL int H5Pget_chunk | ( | hid_t | plist_id, |
| int | max_ndims, | ||
| hsize_t | dim[] | ||
| ) |
| H5_DLL 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.
| H5_DLL char* H5Pget_class_name | ( | hid_t | pclass_id | ) |
References H5I_GENPROP_CLS, H5I_object_verify(), H5P_get_class_name(), NULL, and ret_value.
References FAIL, H5E_CANTREGISTER, H5I_object(), H5P_get(), H5P_isa_class(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_core_write_tracking | ( | hid_t | fapl_id, |
| hbool_t * | is_enabled, | ||
| size_t * | page_size | ||
| ) |
References fa, FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_peek_driver(), H5P_peek_driver_info(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), H5Z_xform_extract_xform_str(), len, NULL, ret_value, and size.
References FAIL, H5I_GENPROP_LST, H5I_object_verify(), H5P_peek_driver(), NULL, and ret_value.
Referenced by H5Pget_fapl_multi().
| H5_DLL const void* H5Pget_driver_info | ( | hid_t | plist_id | ) |
References H5I_GENPROP_LST, H5I_object_verify(), H5P_peek_driver_info(), NULL, and ret_value.
Referenced by H5Pget_fapl_multi().
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), NULL, and ret_value.
References H5P_get(), H5P_object_verify(), H5Z_ERROR_EDC, NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_peek(), len, NULL, prefix, ret_value, and size.
| H5_DLL herr_t H5Pget_elink_cb | ( | hid_t | lapl_id, |
| H5L_elink_traverse_t * | func, | ||
| void ** | op_data | ||
| ) |
References FAIL, H5L_elink_cb_t::func, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5L_elink_cb_t::user_data.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_peek(), len, NULL, prefix, ret_value, and size.
| H5_DLL herr_t H5Pget_est_link_info | ( | hid_t | plist_id, |
| unsigned * | est_num_entries, | ||
| unsigned * | est_name_len | ||
| ) |
References H5O_ginfo_t::est_name_len, H5O_ginfo_t::est_num_entries, FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, fapl_id, H5E_CANTREGISTER, H5I_object(), H5P_get(), H5P_isa_class(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_external | ( | hid_t | plist_id, |
| unsigned | idx, | ||
| size_t | name_size, | ||
| char * | name, | ||
| off_t * | offset, | ||
| hsize_t * | size | ||
| ) |
References FAIL, H5P_object_verify(), H5P_peek(), H5O_efl_entry_t::name, name, NULL, H5O_efl_t::nused, H5O_efl_entry_t::offset, offset, ret_value, H5O_efl_entry_t::size, size, and H5O_efl_t::slot.
| H5_DLL int H5Pget_external_count | ( | hid_t | plist_id | ) |
References FAIL, H5P_object_verify(), H5P_peek(), NULL, H5O_efl_t::nused, and ret_value.
References FAIL, fapl_id, H5E_BADVALUE, H5P_get(), H5P_object_verify(), NULL, offset, and ret_value.
| H5_DLL herr_t H5Pget_fclose_degree | ( | hid_t | fapl_id, |
| H5F_close_degree_t * | degree | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References H5FD_file_image_info_t::buffer, H5FD_file_image_info_t::callbacks, FAIL, fapl_id, H5FD_FILE_IMAGE_OP_PROPERTY_LIST_GET, H5MM_malloc(), H5MM_memcpy(), H5P_object_verify(), H5P_peek(), HDassert(), H5FD_file_image_callbacks_t::image_malloc, H5FD_file_image_callbacks_t::image_memcpy, NULL, ret_value, H5FD_file_image_info_t::size, and H5FD_file_image_callbacks_t::udata.
| H5_DLL herr_t H5Pget_file_image_callbacks | ( | hid_t | fapl_id, |
| H5FD_file_image_callbacks_t * | callbacks_ptr | ||
| ) |
| H5_DLL herr_t H5Pget_file_space | ( | hid_t | plist_id, |
| H5F_file_space_type_t * | strategy, | ||
| hsize_t * | threshold | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_FILE_SPACE_AGGR_VFD, H5F_FILE_SPACE_ALL, H5F_FILE_SPACE_ALL_PERSIST, H5F_FILE_SPACE_VFD, H5F_FSPACE_STRATEGY_AGGR, H5F_FSPACE_STRATEGY_FSM_AGGR, H5F_FSPACE_STRATEGY_NONE, H5F_FSPACE_STRATEGY_NTYPES, H5F_FSPACE_STRATEGY_PAGE, H5Pget_file_space_strategy(), and ret_value.
Referenced by H5Pset_file_space().
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_file_space_strategy | ( | hid_t | plist_id, |
| H5F_fspace_strategy_t * | strategy, | ||
| hbool_t * | persist, | ||
| hsize_t * | threshold | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
Referenced by H5Pget_file_space().
| H5_DLL herr_t H5Pget_fill_time | ( | hid_t | plist_id, |
| H5D_fill_time_t * | fill_time | ||
| ) |
References FAIL, H5O_fill_t::fill_time, H5P_object_verify(), H5P_peek(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5I_DATATYPE, H5I_object_verify(), H5P_get_fill_value(), H5P_object_verify(), NULL, ret_value, and type.
| H5_DLL H5Z_filter_t H5Pget_filter1 | ( | hid_t | plist_id, |
| unsigned | filter, | ||
| unsigned int * | flags, | ||
| size_t * | cd_nelmts, | ||
| unsigned | cd_values[], | ||
| size_t | namelen, | ||
| char | name[] | ||
| ) |
References H5O_pline_t::filter, flags, H5E_BADVALUE, H5P__get_filter(), H5P_object_verify(), H5P_peek(), H5Z_filter_info_t::id, name, NULL, H5O_pline_t::nused, and ret_value.
| H5_DLL H5Z_filter_t H5Pget_filter2 | ( | hid_t | plist_id, |
| unsigned | filter, | ||
| unsigned int * | flags, | ||
| size_t * | cd_nelmts, | ||
| unsigned | cd_values[], | ||
| size_t | namelen, | ||
| char | name[], | ||
| unsigned * | filter_config | ||
| ) |
References H5O_pline_t::filter, flags, H5E_BADVALUE, H5P__get_filter(), H5P_object_verify(), H5P_peek(), H5Z_filter_info_t::id, name, NULL, H5O_pline_t::nused, and ret_value.
| H5_DLL herr_t H5Pget_filter_by_id1 | ( | hid_t | plist_id, |
| H5Z_filter_t | id, | ||
| unsigned int * | flags, | ||
| size_t * | cd_nelmts, | ||
| unsigned | cd_values[], | ||
| size_t | namelen, | ||
| char | name[] | ||
| ) |
References FAIL, flags, H5E_BADVALUE, H5P_get_filter_by_id(), H5P_object_verify(), name, NULL, and ret_value.
| H5_DLL herr_t H5Pget_filter_by_id2 | ( | hid_t | plist_id, |
| H5Z_filter_t | id, | ||
| unsigned int * | flags, | ||
| size_t * | cd_nelmts, | ||
| unsigned | cd_values[], | ||
| size_t | namelen, | ||
| char | name[], | ||
| unsigned * | filter_config | ||
| ) |
References FAIL, flags, H5E_BADVALUE, H5P_get_filter_by_id(), H5P_object_verify(), name, NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5B_CHUNK_ID, H5B_NUM_BTREE_ID, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL H5D_layout_t H5Pget_layout | ( | hid_t | plist_id | ) |
References H5D_LAYOUT_ERROR, H5P_object_verify(), H5P_peek(), NULL, ret_value, and H5O_layout_t::type.
| H5_DLL herr_t H5Pget_libver_bounds | ( | hid_t | plist_id, |
| H5F_libver_t * | low, | ||
| H5F_libver_t * | high | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), H5O_linfo_t::index_corder, NULL, ret_value, and H5O_linfo_t::track_corder.
| H5_DLL herr_t H5Pget_link_phase_change | ( | hid_t | plist_id, |
| unsigned * | max_compact, | ||
| unsigned * | min_dense | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), H5O_ginfo_t::max_compact, H5O_ginfo_t::min_dense, NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), H5O_ginfo_t::lheap_size_hint, NULL, and ret_value.
| H5_DLL herr_t H5Pget_map_iterate_hints | ( | hid_t | mapl_id, |
| size_t * | key_prefetch_size, | ||
| size_t * | key_alloc_size | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_mcdt_search_cb | ( | hid_t | plist_id, |
| H5O_mcdt_search_cb_t * | func, | ||
| void ** | op_data | ||
| ) |
References FAIL, H5O_mcdt_cb_info_t::func, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5O_mcdt_cb_info_t::user_data.
| H5_DLL herr_t H5Pget_mdc_config | ( | hid_t | plist_id, |
| H5AC_cache_config_t * | config_ptr | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5AC_cache_config_t::version.
| H5_DLL herr_t H5Pget_mdc_image_config | ( | hid_t | plist_id, |
| H5AC_cache_image_config_t * | config_ptr | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5AC_cache_image_config_t::version.
| H5_DLL herr_t H5Pget_mdc_log_options | ( | hid_t | plist_id, |
| hbool_t * | is_enabled, | ||
| char * | location, | ||
| size_t * | location_size, | ||
| hbool_t * | start_on_access | ||
| ) |
References FAIL, H5E_BADVALUE, H5MM_memcpy(), H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5E_CANTREGISTER, H5I_object(), H5P_get(), H5P_isa_class(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_mpio_actual_chunk_opt_mode | ( | hid_t | plist_id, |
| H5D_mpio_actual_chunk_opt_mode_t * | actual_chunk_opt_mode | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_mpio_actual_io_mode | ( | hid_t | plist_id, |
| H5D_mpio_actual_io_mode_t * | actual_io_mode | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_mpio_no_collective_cause | ( | hid_t | plist_id, |
| uint32_t * | local_no_collective_cause, | ||
| uint32_t * | global_no_collective_cause | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_multi_type | ( | hid_t | fapl_id, |
| H5FD_mem_t * | type | ||
| ) |
References FAIL, fapl_id, H5E_BADVALUE, H5P_get(), H5P_object_verify(), NULL, ret_value, and type.
| H5_DLL int H5Pget_nfilters | ( | hid_t | plist_id | ) |
References FAIL, H5P_object_verify(), H5P_peek(), NULL, H5O_pline_t::nused, and ret_value.
References FAIL, H5E_BADVALUE, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_object_flush_cb | ( | hid_t | plist_id, |
| H5F_flush_cb_t * | func, | ||
| void ** | udata | ||
| ) |
References FAIL, H5F_object_flush_t::func, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5F_object_flush_t::udata.
| H5_DLL herr_t H5Pget_page_buffer_size | ( | hid_t | plist_id, |
| size_t * | buf_size, | ||
| unsigned * | min_meta_per, | ||
| unsigned * | min_raw_per | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL int H5Pget_preserve | ( | hid_t | plist_id | ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_shared_mesg_index | ( | hid_t | plist_id, |
| unsigned | index_num, | ||
| unsigned * | mesg_type_flags, | ||
| unsigned * | min_mesg_size | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_shared_mesg_phase_change | ( | hid_t | plist_id, |
| unsigned * | max_list, | ||
| unsigned * | min_btree | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5I_object(), H5P__get_size_pclass(), H5P__get_size_plist(), name, NULL, ret_value, and size.
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5B_NUM_BTREE_ID, H5B_SNODE_ID, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pget_type_conv_cb | ( | hid_t | dxpl_id, |
| H5T_conv_except_func_t * | op, | ||
| void ** | operate_data | ||
| ) |
References FAIL, H5T_conv_cb_t::func, H5P_get(), H5P_object_verify(), NULL, ret_value, and H5T_conv_cb_t::user_data.
| H5_DLL herr_t H5Pget_version | ( | hid_t | plist_id, |
| unsigned * | boot, | ||
| unsigned * | freelist, | ||
| unsigned * | stab, | ||
| unsigned * | shhdr | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
References FAIL, H5D_VIRTUAL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), HDassert(), H5O_storage_virtual_t::list, H5O_storage_virtual_t::list_nalloc, H5O_storage_virtual_t::list_nused, name, NULL, ret_value, size, H5O_storage_virtual_ent_t::source_dset_name, H5O_layout_t::storage, H5O_layout_t::type, H5O_storage_t::u, and H5O_storage_t::virt.
References FAIL, H5D_VIRTUAL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), HDassert(), H5O_storage_virtual_t::list, H5O_storage_virtual_t::list_nalloc, H5O_storage_virtual_t::list_nused, name, NULL, ret_value, size, H5O_storage_virtual_ent_t::source_file_name, H5O_layout_t::storage, H5O_layout_t::type, H5O_storage_t::u, and H5O_storage_t::virt.
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.
References FAIL, H5D_VIRTUAL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_DATASPACE, H5I_register(), H5O_VIRTUAL_STATUS_INVALID, H5O_VIRTUAL_STATUS_SEL_BOUNDS, H5P_object_verify(), H5P_peek(), H5S_close(), H5S_copy(), H5S_set_extent_simple(), HDassert(), H5O_storage_virtual_t::list, H5O_storage_virtual_t::list_nalloc, H5O_storage_virtual_t::list_nused, NULL, ret_value, H5O_storage_virtual_ent_t::source_select, H5O_storage_virtual_ent_t::source_space_status, H5O_layout_t::storage, H5O_layout_t::type, H5O_storage_t::u, H5O_storage_virtual_ent_t::unlim_dim_source, and H5O_storage_t::virt.
| H5_DLL 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.
References FAIL, H5D_VIRTUAL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_DATASPACE, H5I_register(), H5P_object_verify(), H5P_peek(), H5S_close(), H5S_copy(), HDassert(), H5O_storage_virtual_t::list, H5O_storage_virtual_t::list_nalloc, H5O_storage_virtual_t::list_nused, NULL, ret_value, H5O_storage_virtual_ent_t::source_dset, H5O_layout_t::storage, H5O_layout_t::type, H5O_storage_t::u, H5O_storage_t::virt, and H5O_storage_virtual_srcdset_t::virtual_select.
| H5_DLL herr_t H5Pget_vlen_mem_manager | ( | hid_t | plist_id, |
| H5MM_allocate_t * | alloc_func, | ||
| void ** | alloc_info, | ||
| H5MM_free_t * | free_func, | ||
| void ** | free_info | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pinsert1 | ( | hid_t | plist_id, |
| const char * | name, | ||
| size_t | size, | ||
| void * | value, | ||
| H5P_prp_set_func_t | prp_set, | ||
| H5P_prp_get_func_t | prp_get, | ||
| H5P_prp_delete_func_t | prp_delete, | ||
| H5P_prp_copy_func_t | prp_copy, | ||
| H5P_prp_close_func_t | prp_close | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_LST, H5I_object_verify(), H5P_insert(), name, NULL, ret_value, and size.
| H5_DLL herr_t H5Pinsert2 | ( | hid_t | plist_id, |
| const char * | name, | ||
| size_t | size, | ||
| void * | value, | ||
| H5P_prp_set_func_t | prp_set, | ||
| H5P_prp_get_func_t | prp_get, | ||
| H5P_prp_delete_func_t | prp_delete, | ||
| H5P_prp_copy_func_t | prp_copy, | ||
| H5P_prp_compare_func_t | prp_cmp, | ||
| H5P_prp_close_func_t | prp_close | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_LST, H5I_object_verify(), H5P_insert(), name, NULL, ret_value, and size.
References FAIL, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_GENPROP_LST, H5I_get_type(), H5P_isa_class(), and ret_value.
Referenced by H5Pget_fapl_multi(), H5Pset_fapl_multi(), and H5Pset_fapl_stdio().
| H5_DLL int H5Piterate | ( | hid_t | id, |
| int * | idx, | ||
| H5P_iterate_t | iter_func, | ||
| void * | iter_data | ||
| ) |
| H5_DLL herr_t H5Pmodify_filter | ( | hid_t | plist_id, |
| H5Z_filter_t | filter, | ||
| unsigned int | flags, | ||
| size_t | cd_nelmts, | ||
| const unsigned int | cd_values[] | ||
| ) |
References FAIL, flags, H5E_BADVALUE, H5E_CANTINIT, H5P_modify_filter(), H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pregister1 | ( | hid_t | cls_id, |
| const char * | name, | ||
| size_t | size, | ||
| void * | def_value, | ||
| H5P_prp_create_func_t | prp_create, | ||
| H5P_prp_set_func_t | prp_set, | ||
| H5P_prp_get_func_t | prp_get, | ||
| H5P_prp_delete_func_t | prp_del, | ||
| H5P_prp_copy_func_t | prp_copy, | ||
| H5P_prp_close_func_t | prp_close | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_object_verify(), H5I_subst(), H5P__close_class(), H5P__register(), HDassert(), name, NULL, ret_value, and size.
| H5_DLL herr_t H5Pregister2 | ( | hid_t | cls_id, |
| const char * | name, | ||
| size_t | size, | ||
| void * | def_value, | ||
| H5P_prp_create_func_t | prp_create, | ||
| H5P_prp_set_func_t | prp_set, | ||
| H5P_prp_get_func_t | prp_get, | ||
| H5P_prp_delete_func_t | prp_del, | ||
| H5P_prp_copy_func_t | prp_copy, | ||
| H5P_prp_compare_func_t | prp_cmp, | ||
| H5P_prp_close_func_t | prp_close | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_object_verify(), H5I_subst(), H5P__close_class(), H5P__register(), HDassert(), name, NULL, ret_value, and size.
References FAIL, H5E_BADVALUE, H5I_GENPROP_LST, H5I_object_verify(), H5P_remove(), name, NULL, and ret_value.
| H5_DLL herr_t H5Premove_filter | ( | hid_t | plist_id, |
| H5Z_filter_t | filter | ||
| ) |
References FAIL, H5O_pline_t::filter, H5P_object_verify(), H5P_peek(), H5P_poke(), H5Z_delete(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_LST, H5I_object_verify(), H5P_set(), name, NULL, and ret_value.
References FAIL, fapl_id, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_CANTREGISTER, H5I_object(), H5P_isa_class(), H5P_set(), H5P_USER_FALSE, H5P_USER_TRUE, NULL, and ret_value.
| H5_DLL herr_t H5Pset_alloc_time | ( | hid_t | plist_id, |
| H5D_alloc_time_t | alloc_time | ||
| ) |
References H5O_fill_t::alloc_time, FAIL, H5D_ALLOC_TIME_DEFAULT, H5D_ALLOC_TIME_EARLY, H5D_ALLOC_TIME_INCR, H5D_ALLOC_TIME_LATE, H5D_CHUNKED, H5D_COMPACT, H5D_CONTIGUOUS, H5D_LAYOUT_ERROR, H5D_NLAYOUTS, H5D_VIRTUAL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), H5P_poke(), H5P_set(), NULL, ret_value, and H5O_layout_t::type.
| H5_DLL herr_t H5Pset_append_flush | ( | hid_t | plist_id, |
| unsigned | ndims, | ||
| const hsize_t | boundary[], | ||
| H5D_append_cb_t | func, | ||
| void * | udata | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_get(), H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References f, FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and size.
| H5_DLL herr_t H5Pset_cache | ( | hid_t | plist_id, |
| int | mdc_nelmts, | ||
| size_t | rdcc_nslots, | ||
| size_t | rdcc_nbytes, | ||
| double | rdcc_w0 | ||
| ) |
| H5_DLL herr_t H5Pset_char_encoding | ( | hid_t | plist_id, |
| H5T_cset_t | encoding | ||
| ) |
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, ret_value, and u.
| H5_DLL herr_t H5Pset_chunk_cache | ( | hid_t | dapl_id, |
| size_t | rdcc_nslots, | ||
| size_t | rdcc_nbytes, | ||
| double | rdcc_w0 | ||
| ) |
References f, FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_CANTREGISTER, H5I_object(), H5P_isa_class(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), H5P_poke(), H5Z_xform_create(), H5Z_xform_destroy(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTINIT, H5P_object_verify(), H5P_peek(), H5P_poke(), H5Z_append(), NULL, and ret_value.
References FAIL, H5I_GENPROP_LST, H5I_object_verify(), H5I_VFL, H5P_set_driver(), NULL, and ret_value.
Referenced by H5Pset_fapl_multi(), and H5Pset_fapl_stdio().
References FAIL, H5P_object_verify(), H5P_peek(), H5P_poke(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), H5Z_DISABLE_EDC, H5Z_ENABLE_EDC, NULL, and ret_value.
References FAIL, flags, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_elink_cb | ( | hid_t | lapl_id, |
| H5L_elink_traverse_t | func, | ||
| void * | op_data | ||
| ) |
References FAIL, H5L_elink_cb_t::func, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and H5L_elink_cb_t::user_data.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, fapl_id, H5E_CANTREGISTER, H5I_object(), H5P_isa_class(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5MM_realloc(), H5MM_xstrdup(), H5P_object_verify(), H5P_peek(), H5P_poke(), H5O_efl_t::nalloc, H5O_efl_entry_t::name, name, H5O_efl_entry_t::name_offset, NULL, H5O_efl_t::nused, H5O_efl_entry_t::offset, offset, ret_value, H5O_efl_entry_t::size, size, and H5O_efl_t::slot.
References FAIL, fapl_id, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, offset, and ret_value.
| H5_DLL herr_t H5Pset_fclose_degree | ( | hid_t | fapl_id, |
| H5F_close_degree_t | degree | ||
| ) |
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References H5FD_file_image_info_t::buffer, H5FD_file_image_info_t::callbacks, FAIL, fapl_id, H5E_BADVALUE, H5FD_FILE_IMAGE_OP_PROPERTY_LIST_SET, H5MM_malloc(), H5MM_memcpy(), H5MM_xfree(), H5P_object_verify(), H5P_peek(), H5P_poke(), H5FD_file_image_callbacks_t::image_free, H5FD_file_image_callbacks_t::image_malloc, H5FD_file_image_callbacks_t::image_memcpy, NULL, ret_value, H5FD_file_image_info_t::size, and H5FD_file_image_callbacks_t::udata.
| H5_DLL herr_t H5Pset_file_image_callbacks | ( | hid_t | fapl_id, |
| H5FD_file_image_callbacks_t * | callbacks_ptr | ||
| ) |
References H5FD_file_image_info_t::buffer, H5FD_file_image_info_t::callbacks, FAIL, fapl_id, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), H5P_poke(), HDassert(), NULL, ret_value, H5FD_file_image_info_t::size, H5FD_file_image_callbacks_t::udata, H5FD_file_image_callbacks_t::udata_copy, and H5FD_file_image_callbacks_t::udata_free.
| H5_DLL herr_t H5Pset_file_space | ( | hid_t | plist_id, |
| H5F_file_space_type_t | strategy, | ||
| hsize_t | threshold | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_FILE_SPACE_AGGR_VFD, H5F_FILE_SPACE_ALL, H5F_FILE_SPACE_ALL_PERSIST, H5F_FILE_SPACE_DEFAULT, H5F_FILE_SPACE_NTYPES, H5F_FILE_SPACE_VFD, H5F_FSPACE_STRATEGY_AGGR, H5F_FSPACE_STRATEGY_FSM_AGGR, H5F_FSPACE_STRATEGY_NONE, H5Pget_file_space(), H5Pset_file_space_strategy(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_file_space_strategy | ( | hid_t | plist_id, |
| H5F_fspace_strategy_t | strategy, | ||
| hbool_t | persist, | ||
| hsize_t | threshold | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_FSPACE_STRATEGY_FSM_AGGR, H5F_FSPACE_STRATEGY_NTYPES, H5F_FSPACE_STRATEGY_PAGE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
Referenced by H5Pset_file_space().
| H5_DLL herr_t H5Pset_fill_time | ( | hid_t | plist_id, |
| H5D_fill_time_t | fill_time | ||
| ) |
References FAIL, H5O_fill_t::fill_time, H5D_FILL_TIME_IFSET, H5E_BADVALUE, H5P_object_verify(), H5P_peek(), H5P_poke(), NULL, and ret_value.
References H5O_fill_t::buf, FAIL, H5E_CANTINIT, H5I_DATATYPE, H5I_object_verify(), H5MM_malloc(), H5MM_memcpy(), H5O_fill_reset_dyn(), H5P_object_verify(), H5P_peek(), H5P_poke(), H5T_convert(), H5T_copy(), H5T_COPY_TRANSIENT, H5T_get_size(), H5T_path_bkg(), H5T_path_find(), H5T_path_noop(), NULL, ret_value, H5O_fill_t::size, H5O_fill_t::type, and type.
| H5_DLL herr_t H5Pset_filter | ( | hid_t | plist_id, |
| H5Z_filter_t | filter, | ||
| unsigned int | flags, | ||
| size_t | cd_nelmts, | ||
| const unsigned int | c_values[] | ||
| ) |
References FAIL, flags, H5E_BADVALUE, H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_filter_callback | ( | hid_t | plist_id, |
| H5Z_filter_func_t | func, | ||
| void * | op_data | ||
| ) |
References FAIL, H5Z_cb_t::func, H5P_object_verify(), H5P_set(), NULL, H5Z_cb_t::op_data, and ret_value.
References FAIL, H5E_CANTINIT, H5P_object_verify(), H5P_peek(), H5P_poke(), H5Z_append(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5B_CHUNK_ID, H5B_NUM_BTREE_ID, H5E_BADVALUE, H5P_get(), H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_layout | ( | hid_t | plist_id, |
| H5D_layout_t | layout | ||
| ) |
References FAIL, H5D_NLAYOUTS, H5P_object_verify(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_libver_bounds | ( | hid_t | plist_id, |
| H5F_libver_t | low, | ||
| H5F_libver_t | high | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_LIBVER_EARLIEST, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_get(), H5P_object_verify(), H5P_set(), H5O_linfo_t::index_corder, NULL, ret_value, and H5O_linfo_t::track_corder.
References FAIL, H5P_get(), H5P_object_verify(), H5P_set(), H5O_ginfo_t::lheap_size_hint, NULL, and ret_value.
| H5_DLL herr_t H5Pset_map_iterate_hints | ( | hid_t | mapl_id, |
| size_t | key_prefetch_size, | ||
| size_t | key_alloc_size | ||
| ) |
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_mcdt_search_cb | ( | hid_t | plist_id, |
| H5O_mcdt_search_cb_t | func, | ||
| void * | op_data | ||
| ) |
References FAIL, H5O_mcdt_cb_info_t::func, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and H5O_mcdt_cb_info_t::user_data.
| H5_DLL herr_t H5Pset_mdc_config | ( | hid_t | plist_id, |
| H5AC_cache_config_t * | config_ptr | ||
| ) |
References FAIL, H5AC_validate_config(), H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_mdc_image_config | ( | hid_t | plist_id, |
| H5AC_cache_image_config_t * | config_ptr | ||
| ) |
References FAIL, H5AC_validate_cache_image_config(), H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_mdc_log_options | ( | hid_t | plist_id, |
| hbool_t | is_enabled, | ||
| const char * | location, | ||
| hbool_t | start_on_access | ||
| ) |
References FAIL, H5E_BADVALUE, H5MM_xfree(), H5MM_xstrdup(), H5P_get(), H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_object(), H5P_isa_class(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_multi_type | ( | hid_t | fapl_id, |
| H5FD_mem_t | type | ||
| ) |
References FAIL, fapl_id, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and type.
References FAIL, H5E_CANTINIT, H5I_object(), H5P_isa_class(), H5P_peek(), H5P_poke(), H5Z_append(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_object_flush_cb | ( | hid_t | plist_id, |
| H5F_flush_cb_t | func, | ||
| void * | udata | ||
| ) |
References FAIL, H5F_object_flush_t::func, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and H5F_object_flush_t::udata.
| H5_DLL herr_t H5Pset_page_buffer_size | ( | hid_t | plist_id, |
| size_t | buf_size, | ||
| unsigned | min_meta_per, | ||
| unsigned | min_raw_per | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), H5T_BKG_NO, H5T_BKG_YES, NULL, and ret_value.
| H5_DLL herr_t H5Pset_scaleoffset | ( | hid_t | plist_id, |
| H5Z_SO_scale_type_t | scale_type, | ||
| int | scale_factor | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTINIT, H5I_object(), H5P_isa_class(), H5P_peek(), H5P_poke(), H5Z_append(), H5Z_SO_FLOAT_DSCALE, H5Z_SO_FLOAT_ESCALE, H5Z_SO_INT, NULL, and ret_value.
References FAIL, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_shared_mesg_phase_change | ( | hid_t | plist_id, |
| unsigned | max_list, | ||
| unsigned | min_btree | ||
| ) |
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_CANTINIT, H5I_object(), H5P_isa_class(), H5P_peek(), H5P_poke(), H5Z_append(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5B_NUM_BTREE_ID, H5B_SNODE_ID, H5E_BADVALUE, H5P_get(), H5P_object_verify(), H5P_set(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTINIT, H5P_object_verify(), H5P_peek(), H5P_poke(), H5Z_append(), H5Z_get_filter_info(), NULL, and ret_value.
| H5_DLL herr_t H5Pset_type_conv_cb | ( | hid_t | dxpl_id, |
| H5T_conv_except_func_t | op, | ||
| void * | operate_data | ||
| ) |
References FAIL, H5T_conv_cb_t::func, H5P_object_verify(), H5P_set(), NULL, ret_value, and H5T_conv_cb_t::user_data.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, ret_value, and size.
| H5_DLL herr_t H5Pset_virtual | ( | hid_t | dcpl_id, |
| hid_t | vspace_id, | ||
| const char * | src_file_name, | ||
| const char * | src_dset_name, | ||
| hid_t | src_space_id | ||
| ) |
References FAIL, H5D_virtual_check_mapping_pre(), H5E_BADVALUE, H5I_DATASPACE, H5I_object_verify(), H5O_VIRTUAL_STATUS_USER, NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5P_object_verify(), H5P_set(), NULL, and ret_value.
| H5_DLL 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.
| H5_DLL herr_t H5Pset_vlen_mem_manager | ( | hid_t | plist_id, |
| H5MM_allocate_t | alloc_func, | ||
| void * | alloc_info, | ||
| H5MM_free_t | free_func, | ||
| void * | free_info | ||
| ) |
References FAIL, H5P_object_verify(), H5P_set_vlen_mem_manager(), NULL, and ret_value.
References FAIL, H5I_GENPROP_LST, H5I_object_verify(), H5I_VOL, H5P_set_vol(), NULL, and ret_value.
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_object_verify(), H5P__unregister(), name, NULL, and ret_value.
| H5_DLLVAR hid_t H5P_CLS_ATTRIBUTE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_ATTRIBUTE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_DATASET_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_DATASET_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_DATASET_XFER_ID_g |
| H5_DLLVAR hid_t H5P_CLS_DATATYPE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_DATATYPE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_FILE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_FILE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_FILE_MOUNT_ID_g |
| H5_DLLVAR hid_t H5P_CLS_GROUP_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_GROUP_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_LINK_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_LINK_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_MAP_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_MAP_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_OBJECT_COPY_ID_g |
| H5_DLLVAR hid_t H5P_CLS_OBJECT_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_REFERENCE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_CLS_ROOT_ID_g |
| H5_DLLVAR hid_t H5P_CLS_STRING_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_CLS_VOL_INITIALIZE_ID_g |
| H5_DLLVAR hid_t H5P_LST_ATTRIBUTE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_ATTRIBUTE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_DATASET_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_DATASET_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_DATASET_XFER_ID_g |
| H5_DLLVAR hid_t H5P_LST_DATATYPE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_DATATYPE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_FILE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_FILE_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_FILE_MOUNT_ID_g |
| H5_DLLVAR hid_t H5P_LST_GROUP_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_GROUP_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_LINK_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_LINK_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_MAP_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_MAP_CREATE_ID_g |
| H5_DLLVAR hid_t H5P_LST_OBJECT_COPY_ID_g |
| H5_DLLVAR hid_t H5P_LST_REFERENCE_ACCESS_ID_g |
| H5_DLLVAR hid_t H5P_LST_VOL_INITIALIZE_ID_g |