nc4attr.c#33 | NC_GRP_INFO_T *grp; |
#214 | NC_GRP_INFO_T *grp; |
#630 | NC_GRP_INFO_T *grp; |
#738 | NC_GRP_INFO_T *grp; |
nc4dim.c#24 | NC_GRP_INFO_T *grp, *g; |
#61 | NC_GRP_INFO_T *grp; |
#143 | NC_GRP_INFO_T *grp, *g; |
#187 | NC_GRP_INFO_T *grp, *dim_grp; |
#242 | NC_GRP_INFO_T *grp; |
#350 | NC_GRP_INFO_T *grp; |
nc4file.c#74 | NC_GRP_INFO_T *grp; /* Pointer to parent group */ |
#79 | static int nc4_rec_read_metadata(NC_GRP_INFO_T *grp); |
#575 | read_scale(NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, |
#687 | read_coord_dimids(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var) |
#1003 | read_hdf5_att(NC_GRP_INFO_T *grp, hid_t attid, NC_ATT_INFO_T *att) |
#1200 | read_type(NC_GRP_INFO_T *grp, hid_t hdf_typeid, char *type_name) |
#1506 | read_var(NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, |
#1844 | read_grp_atts(NC_GRP_INFO_T *grp) |
#1922 | read_dataset(NC_GRP_INFO_T *grp, hid_t datasetid, const char *obj_name, |
#2097 | nc4_rec_read_metadata(NC_GRP_INFO_T *grp) |
#2168 | NC_GRP_INFO_T *child_grp; |
#2510 | NC_GRP_INFO_T *grp; |
#3174 | NC_GRP_INFO_T *grp; |
#3205 | NC_GRP_INFO_T *grp; |
nc4grp.c#21 | NC_GRP_INFO_T *grp; |
#68 | NC_GRP_INFO_T *grp; |
#137 | NC_GRP_INFO_T *grp, *g; |
#174 | NC_GRP_INFO_T *grp, *g; |
#217 | NC_GRP_INFO_T *grp; |
#301 | NC_GRP_INFO_T *grp; |
#331 | NC_GRP_INFO_T *grp; |
#390 | NC_GRP_INFO_T *grp; |
#450 | NC_GRP_INFO_T *grp, *g; |
nc4hdf.c#68 | rec_reattach_scales(NC_GRP_INFO_T *grp, int dimid, hid_t dimscaleid) |
#71 | NC_GRP_INFO_T *child_grp; |
#108 | rec_detach_scales(NC_GRP_INFO_T *grp, int dimid, hid_t dimscaleid) |
#111 | NC_GRP_INFO_T *child_grp; |
#144 | nc4_open_var_grp2(NC_GRP_INFO_T *grp, int varid, hid_t *dataset) |
#548 | NC_GRP_INFO_T *grp; |
#870 | NC_GRP_INFO_T *grp, *g; |
#1289 | put_att_grpa(NC_GRP_INFO_T *grp, int varid, NC_ATT_INFO_T *att) |
#1418 | write_attlist(NC_ATT_INFO_T *attlist, int varid, NC_GRP_INFO_T *grp) |
#1521 | var_create_dataset(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var, nc_bool_t write_dimid) |
#1523 | NC_GRP_INFO_T *g; |
#1794 | nc4_adjust_var_cache(NC_GRP_INFO_T *grp, NC_VAR_INFO_T * var) |
#1834 | commit_type(NC_GRP_INFO_T *grp, NC_TYPE_INFO_T *type) |
#1994 | create_group(NC_GRP_INFO_T *grp) |
#2053 | attach_dimscales(NC_GRP_INFO_T *grp) |
#2057 | NC_GRP_INFO_T *g; |
#2146 | write_var(NC_VAR_INFO_T *var, NC_GRP_INFO_T *grp, nc_bool_t write_dimid) |
#2355 | write_dim(NC_DIM_INFO_T *dim, NC_GRP_INFO_T *grp, nc_bool_t write_dimid) |
#2490 | nc4_rec_detect_need_to_preserve_dimids(NC_GRP_INFO_T *grp, nc_bool_t *bad_coord_orderp) |
#2493 | NC_GRP_INFO_T *child_grp; |
#2550 | nc4_rec_write_metadata(NC_GRP_INFO_T *grp, nc_bool_t bad_coord_order) |
#2554 | NC_GRP_INFO_T *child_grp; |
#2616 | nc4_rec_write_groups_types(NC_GRP_INFO_T *grp) |
#2618 | NC_GRP_INFO_T *child_grp; |
#3627 | nc4_rec_match_dimscales(NC_GRP_INFO_T *grp) |
#3629 | NC_GRP_INFO_T *g; |
nc4internal.c#113 | find_var_dim_max_length(NC_GRP_INFO_T *grp, int varid, int dimid, size_t *maxlen) |
#220 | nc4_find_nc4_grp(int ncid, NC_GRP_INFO_T **grp) |
#244 | nc4_find_grp_h5(int ncid, NC_GRP_INFO_T **grpp, NC_HDF5_FILE_INFO_T **h5p) |
#247 | NC_GRP_INFO_T *grp; |
#267 | nc4_find_nc_grp_h5(int ncid, NC **nc, NC_GRP_INFO_T **grpp, |
#270 | NC_GRP_INFO_T *grp; |
#295 | NC_GRP_INFO_T * |
#296 | nc4_rec_find_grp(NC_GRP_INFO_T *start_grp, int target_nc_grpid) |
#298 | NC_GRP_INFO_T *g, *res; |
#320 | NC_GRP_INFO_T **grp, NC_VAR_INFO_T **var) |
#345 | nc4_find_dim(NC_GRP_INFO_T *grp, int dimid, NC_DIM_INFO_T **dim, |
#346 | NC_GRP_INFO_T **dim_grp) |
#348 | NC_GRP_INFO_T *g, *dg = NULL; |
#376 | nc4_find_var(NC_GRP_INFO_T *grp, const char *name, NC_VAR_INFO_T **var) |
#390 | nc4_rec_find_hdf_type(NC_GRP_INFO_T *start_grp, hid_t target_hdf_typeid) |
#392 | NC_GRP_INFO_T *g; |
#419 | nc4_rec_find_named_type(NC_GRP_INFO_T *start_grp, char *name) |
#421 | NC_GRP_INFO_T *g; |
#443 | nc4_rec_find_nc_type(const NC_GRP_INFO_T *start_grp, nc_type target_nc_typeid) |
#457 | NC_GRP_INFO_T *g; |
#496 | nc4_find_dim_len(NC_GRP_INFO_T *grp, int dimid, size_t **len) |
#498 | NC_GRP_INFO_T *g; |
#529 | nc4_find_grp_att(NC_GRP_INFO_T *grp, int varid, const char *name, int attnum, |
#576 | NC_GRP_INFO_T *grp; |
#737 | nc4_grp_list_add(NC_GRP_INFO_T **list, int new_nc_grpid, |
#738 | NC_GRP_INFO_T *parent_grp, NC *nc, |
#739 | char *name, NC_GRP_INFO_T **grp) |
#741 | NC_GRP_INFO_T *new_grp; |
#746 | if (!(new_grp = calloc(1, sizeof(NC_GRP_INFO_T)))) |
#774 | nc4_check_dup_name(NC_GRP_INFO_T *grp, char *name) |
#777 | NC_GRP_INFO_T *g; |
#802 | nc4_type_list_add(NC_GRP_INFO_T *grp, size_t size, const char *name, |
#1115 | grp_list_del(NC_GRP_INFO_T **list, NC_GRP_INFO_T *grp) |
#1126 | nc4_rec_grp_del(NC_GRP_INFO_T **list, NC_GRP_INFO_T *grp) |
#1128 | NC_GRP_INFO_T *g, *c; |
#1268 | nc4_break_coord_var(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *coord_var, NC_DIM_INFO_T *dim) |
#1308 | nc4_reform_coord_var(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var, NC_DIM_INFO_T *dim) |
#1324 | NC_GRP_INFO_T *g; |
#1451 | rec_print_metadata(NC_GRP_INFO_T *grp, int tab_count) |
#1453 | NC_GRP_INFO_T *g; |
nc4internal.h#283 | } NC_GRP_INFO_T; |
#314 | NC_GRP_INFO_T *root_grp; |
#340 | int rec_detach_scales(NC_GRP_INFO_T *grp, int dimid, hid_t dimscaleid); |
#341 | int rec_reattach_scales(NC_GRP_INFO_T *grp, int dimid, hid_t dimscaleid); |
#342 | int nc4_open_var_grp2(NC_GRP_INFO_T *grp, int varid, hid_t *dataset); |
#347 | int nc4_rec_match_dimscales(NC_GRP_INFO_T *grp); |
#348 | int nc4_rec_detect_need_to_preserve_dimids(NC_GRP_INFO_T *grp, nc_bool_t *bad_coord_orderp); |
#349 | int nc4_rec_write_metadata(NC_GRP_INFO_T *grp, nc_bool_t bad_coord_order); |
#350 | int nc4_rec_write_groups_types(NC_GRP_INFO_T *grp); |
#352 | int nc4_reopen_dataset(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var); |
#353 | int nc4_adjust_var_cache(NC_GRP_INFO_T *grp, NC_VAR_INFO_T * var); |
#357 | int nc4_find_nc_grp_h5(int ncid, NC **nc, NC_GRP_INFO_T **grp, |
#359 | int nc4_find_grp_h5(int ncid, NC_GRP_INFO_T **grp, NC_HDF5_FILE_INFO_T **h5); |
#360 | int nc4_find_nc4_grp(int ncid, NC_GRP_INFO_T **grp); |
#361 | NC_GRP_INFO_T *nc4_find_nc_grp(int ncid); |
#362 | NC_GRP_INFO_T *nc4_rec_find_grp(NC_GRP_INFO_T *start_grp, int target_nc_grpid); |
#364 | int nc4_find_dim(NC_GRP_INFO_T *grp, int dimid, NC_DIM_INFO_T **dim, NC_GRP_INFO_T **dim_grp); |
#365 | int nc4_find_var(NC_GRP_INFO_T *grp, const char *name, NC_VAR_INFO_T **var); |
#366 | int nc4_find_dim_len(NC_GRP_INFO_T *grp, int dimid, size_t **len); |
#368 | NC_TYPE_INFO_T *nc4_rec_find_nc_type(const NC_GRP_INFO_T *start_grp, nc_type target_nc_typeid); |
#369 | NC_TYPE_INFO_T *nc4_rec_find_hdf_type(NC_GRP_INFO_T *start_grp, hid_t target_hdf_typeid); |
#370 | NC_TYPE_INFO_T *nc4_rec_find_named_type(NC_GRP_INFO_T *start_grp, char *name); |
#371 | NC_TYPE_INFO_T *nc4_rec_find_equal_type(NC_GRP_INFO_T *start_grp, int ncid1, NC_TYPE_INFO_T *type); |
#375 | NC_GRP_INFO_T **grp, NC_VAR_INFO_T **var); |
#376 | int nc4_find_grp_att(NC_GRP_INFO_T *grp, int varid, const char *name, int attnum, |
#393 | int nc4_type_list_add(NC_GRP_INFO_T *grp, size_t size, const char *name, |
#400 | int nc4_grp_list_add(NC_GRP_INFO_T **list, int new_nc_grpid, NC_GRP_INFO_T *parent_grp, |
#401 | NC *nc, char *name, NC_GRP_INFO_T **grp); |
#402 | int nc4_rec_grp_del(NC_GRP_INFO_T **list, NC_GRP_INFO_T *grp); |
#407 | int nc4_break_coord_var(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *coord_var, NC_DIM_INFO_T *dim); |
#408 | int nc4_reform_coord_var(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *coord_var, NC_DIM_INFO_T *dim); |
#414 | int nc4_check_dup_name(NC_GRP_INFO_T *grp, char *norm_name); |
nc4type.c#29 | NC_GRP_INFO_T *grpone, *grptwo; |
#87 | NC_GRP_INFO_T *grp; |
#88 | NC_GRP_INFO_T *grptwo; |
#154 | NC_GRP_INFO_T *grp; |
#190 | NC_GRP_INFO_T *grp; |
#264 | NC_GRP_INFO_T *grp; |
#331 | NC_GRP_INFO_T *grp; |
#376 | NC_GRP_INFO_T *grp; |
#440 | NC_GRP_INFO_T *grp; |
#567 | NC_GRP_INFO_T *grp; |
#643 | NC_GRP_INFO_T *grp; |
#687 | NC_GRP_INFO_T *grp; |
nc4var.c#40 | nc4_reopen_dataset(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var) |
#76 | NC_GRP_INFO_T *grp; |
#143 | NC_GRP_INFO_T *grp; |
#202 | check_chunksizes(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var, const size_t *chunksizes) |
#231 | nc4_find_default_chunksizes2(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var) |
#349 | NC_GRP_INFO_T *grp; |
#506 | NC_GRP_INFO_T *dim_grp; |
#642 | NC_GRP_INFO_T *grp; |
#798 | NC_GRP_INFO_T *grp; |
#1020 | NC_GRP_INFO_T *grp; |
#1067 | NC_GRP_INFO_T *grp; |
#1127 | NC_GRP_INFO_T *grp; |
#1169 | NC_GRP_INFO_T *grp; |
#1246 | NC_GRP_INFO_T *dim_grp; |
#1276 | NC_GRP_INFO_T *grp; |
#1331 | NC_GRP_INFO_T *grp; |