Home
last modified time | relevance | path

Searched refs:pack_opttbl_t (Results 1 – 4 of 4) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/tools/h5repack/
H A Dh5repack_opttable.c52 static void aux_tblinsert_filter(pack_opttbl_t *table, unsigned int I, filter_info_t filt) { in aux_tblinsert_filter()
67 static void aux_tblinsert_layout(pack_opttbl_t *table, unsigned int I, pack_info_t *pack) { in aux_tblinsert_layout()
97 aux_inctable(pack_opttbl_t *table, unsigned n_objs) in aux_inctable()
123 int options_table_init(pack_opttbl_t **tbl) { in options_table_init()
125 pack_opttbl_t *table; in options_table_init()
127 if (NULL == (table = (pack_opttbl_t *) HDmalloc(sizeof(pack_opttbl_t)))) { in options_table_init()
157 int options_table_free(pack_opttbl_t *table) { in options_table_free()
172 options_add_layout(obj_list_t *obj_list, unsigned n_objs, pack_info_t *pack, pack_opttbl_t *table) in options_add_layout()
252 options_add_filter(obj_list_t *obj_list, unsigned n_objs, filter_info_t filt, pack_opttbl_t *table) in options_add_filter()
326 pack_info_t* options_get_object(const char *path, pack_opttbl_t *table) { in options_get_object()
H A Dh5repack.h87 } pack_opttbl_t; typedef
97 pack_opttbl_t *op_tbl; /*table with all -c and -f options */
206 int options_table_init(pack_opttbl_t **tbl);
207 int options_table_free(pack_opttbl_t *table);
211 pack_opttbl_t *table);
215 pack_opttbl_t *table);
217 pack_opttbl_t *table);
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5repack/
H A Dh5repack_opttable.c52 static void aux_tblinsert_filter(pack_opttbl_t *table, unsigned int I, filter_info_t filt) { in aux_tblinsert_filter()
67 static void aux_tblinsert_layout(pack_opttbl_t *table, unsigned int I, pack_info_t *pack) { in aux_tblinsert_layout()
97 aux_inctable(pack_opttbl_t *table, unsigned n_objs) in aux_inctable()
123 int options_table_init(pack_opttbl_t **tbl) { in options_table_init()
125 pack_opttbl_t *table; in options_table_init()
127 if (NULL == (table = (pack_opttbl_t *) HDmalloc(sizeof(pack_opttbl_t)))) { in options_table_init()
157 int options_table_free(pack_opttbl_t *table) { in options_table_free()
172 options_add_layout(obj_list_t *obj_list, unsigned n_objs, pack_info_t *pack, pack_opttbl_t *table) in options_add_layout()
252 options_add_filter(obj_list_t *obj_list, unsigned n_objs, filter_info_t filt, pack_opttbl_t *table) in options_add_filter()
326 pack_info_t* options_get_object(const char *path, pack_opttbl_t *table) { in options_get_object()
H A Dh5repack.h94 } pack_opttbl_t; typedef
104 pack_opttbl_t *op_tbl; /*table with all -c and -f options */
219 int options_table_init(pack_opttbl_t **tbl);
220 int options_table_free(pack_opttbl_t *table);
224 pack_opttbl_t *table);
228 pack_opttbl_t *table);
230 pack_opttbl_t *table);