![]() |
HDF5
1.12.0
|
#include "H5Gmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5FLprivate.h"#include "H5Gpkg.h"#include "H5HLprivate.h"#include "H5MMprivate.h"Functions | |
| H5FL_BLK_EXTERN (str_buf) | |
| herr_t | H5G__ent_decode_vec (const H5F_t *f, const uint8_t **pp, const uint8_t *p_end, H5G_entry_t *ent, unsigned n) |
| herr_t | H5G_ent_decode (const H5F_t *f, const uint8_t **pp, H5G_entry_t *ent) |
| herr_t | H5G__ent_encode_vec (const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent, unsigned n) |
| herr_t | H5G_ent_encode (const H5F_t *f, uint8_t **pp, const H5G_entry_t *ent) |
| void | H5G__ent_copy (H5G_entry_t *dst, const H5G_entry_t *src, H5_copy_depth_t depth) |
| void | H5G__ent_reset (H5G_entry_t *ent) |
| herr_t | H5G__ent_convert (H5F_t *f, H5HL_t *heap, const char *name, const H5O_link_t *lnk, H5O_type_t obj_type, const void *crt_info, H5G_entry_t *ent) |
| herr_t | H5G__ent_debug (const H5G_entry_t *ent, FILE *stream, int indent, int fwidth, const H5HL_t *heap) |
| H5FL_BLK_EXTERN | ( | str_buf | ) |
| herr_t H5G__ent_convert | ( | H5F_t * | f, |
| H5HL_t * | heap, | ||
| const char * | name, | ||
| const H5O_link_t * | lnk, | ||
| H5O_type_t | obj_type, | ||
| const void * | crt_info, | ||
| H5G_entry_t * | ent | ||
| ) |
| void H5G__ent_copy | ( | H5G_entry_t * | dst, |
| const H5G_entry_t * | src, | ||
| H5_copy_depth_t | depth | ||
| ) |
| herr_t H5G__ent_debug | ( | const H5G_entry_t * | ent, |
| FILE * | stream, | ||
| int | indent, | ||
| int | fwidth, | ||
| const H5HL_t * | heap | ||
| ) |
| herr_t H5G__ent_decode_vec | ( | const H5F_t * | f, |
| const uint8_t ** | pp, | ||
| const uint8_t * | p_end, | ||
| H5G_entry_t * | ent, | ||
| unsigned | n | ||
| ) |
| herr_t H5G__ent_encode_vec | ( | const H5F_t * | f, |
| uint8_t ** | pp, | ||
| const H5G_entry_t * | ent, | ||
| unsigned | n | ||
| ) |
| void H5G__ent_reset | ( | H5G_entry_t * | ent | ) |
| herr_t H5G_ent_decode | ( | const H5F_t * | f, |
| const uint8_t ** | pp, | ||
| H5G_entry_t * | ent | ||
| ) |
| herr_t H5G_ent_encode | ( | const H5F_t * | f, |
| uint8_t ** | pp, | ||
| const H5G_entry_t * | ent | ||
| ) |
1.8.18