|
static herr_t | att_read_var_callbk (hid_t loc_id, const char *att_name, const H5A_info_t *ainfo, void *att_data) |
|
static int | close_netcdf4_file (NC_HDF5_FILE_INFO_T *h5, int abort) |
|
static herr_t | dimscale_visitor (hid_t did, unsigned dim, hid_t dsid, void *dimscale_hdf5_objids) |
|
static int | get_netcdf_type (NC_HDF5_FILE_INFO_T *h5, hid_t native_typeid, nc_type *xtype) |
|
static int | get_type_info2 (NC_HDF5_FILE_INFO_T *h5, hid_t datasetid, NC_TYPE_INFO_T **type_info) |
|
static void | hdf5free (void *memory) |
|
int | NC4__enddef (int ncid, size_t h_minfree, size_t v_align, size_t v_minfree, size_t r_align) |
|
int | NC4_abort (int ncid) |
|
int | NC4_close (int ncid) |
|
int | NC4_create (const char *path, int cmode, size_t initialsz, int basepe, size_t *chunksizehintp, int use_parallel, void *parameters, NC_Dispatch *dispatch, NC *nc_file) |
|
static int | nc4_create_file (const char *path, int cmode, MPI_Comm comm, MPI_Info info, NC *nc) |
|
static int | NC4_enddef (int ncid) |
|
int | nc4_enddef_netcdf4_file (NC_HDF5_FILE_INFO_T *h5) |
|
int | NC4_inq (int ncid, int *ndimsp, int *nvarsp, int *nattsp, int *unlimdimidp) |
|
int | NC4_open (const char *path, int mode, int basepe, size_t *chunksizehintp, int use_parallel, void *parameters, NC_Dispatch *dispatch, NC *nc_file) |
|
static int | nc4_open_file (const char *path, int mode, void *parameters, NC *nc) |
|
static int | nc4_rec_read_metadata (NC_GRP_INFO_T *grp) |
|
static int | nc4_rec_read_metadata_cb (hid_t grpid, const char *name, const H5L_info_t *info, void *_op_data) |
|
static int | nc4_rec_read_metadata_cb_list_add (NC4_rec_read_metadata_obj_info_t **head, NC4_rec_read_metadata_obj_info_t **tail, const NC4_rec_read_metadata_obj_info_t *oinfo) |
|
int | NC4_redef (int ncid) |
|
int | NC4_set_fill (int ncid, int fillmode, int *old_modep) |
|
int | NC4_sync (int ncid) |
|
int | nc4typelen (nc_type type) |
|
int | nc_get_chunk_cache (size_t *sizep, size_t *nelemsp, float *preemptionp) |
| Get chunk cache size. More...
|
|
int | nc_get_chunk_cache_ints (int *sizep, int *nelemsp, int *preemptionp) |
|
int | nc_set_chunk_cache (size_t size, size_t nelems, float preemption) |
| Set chunk cache size. More...
|
|
int | nc_set_chunk_cache_ints (int size, int nelems, int preemption) |
|
static int | read_coord_dimids (NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var) |
|
static int | read_dataset (NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, const H5G_stat_t *statbuf) |
|
static int | read_grp_atts (NC_GRP_INFO_T *grp) |
|
static int | read_hdf5_att (NC_GRP_INFO_T *grp, hid_t attid, NC_ATT_INFO_T *att) |
|
static int | read_scale (NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, const H5G_stat_t *statbuf, hsize_t scale_size, hsize_t max_scale_size, NC_DIM_INFO_T **dim) |
|
static int | read_type (NC_GRP_INFO_T *grp, hid_t hdf_typeid, char *type_name) |
|
static int | read_var (NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, size_t ndims, NC_DIM_INFO_T *dim) |
|
void | reportopenobjects (int log, hid_t) |
|
static int | sync_netcdf4_file (NC_HDF5_FILE_INFO_T *h5) |
|