![]() |
HDF5
1.12.0
|
#include "H5Omodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5FLprivate.h"#include "H5MFprivate.h"#include "H5MMprivate.h"#include "H5Opkg.h"Functions | |
| H5FL_EXTERN (H5O_cont_t) | |
| herr_t | H5O__alloc_msgs (H5O_t *oh, size_t min_alloc) |
| herr_t | H5O__alloc_chunk (H5F_t *f, H5O_t *oh, size_t size, size_t found_null, const H5O_msg_alloc_info_t *found_msg, size_t *new_idx) |
| herr_t | H5O__alloc (H5F_t *f, H5O_t *oh, const H5O_msg_class_t *type, const void *mesg, size_t *mesg_idx) |
| herr_t | H5O__release_mesg (H5F_t *f, H5O_t *oh, H5O_mesg_t *mesg, hbool_t adj_link) |
| herr_t | H5O__condense_header (H5F_t *f, H5O_t *oh) |
| H5FL_EXTERN | ( | H5O_cont_t | ) |
| herr_t H5O__alloc | ( | H5F_t * | f, |
| H5O_t * | oh, | ||
| const H5O_msg_class_t * | type, | ||
| const void * | mesg, | ||
| size_t * | mesg_idx | ||
| ) |
| herr_t H5O__alloc_chunk | ( | H5F_t * | f, |
| H5O_t * | oh, | ||
| size_t | size, | ||
| size_t | found_null, | ||
| const H5O_msg_alloc_info_t * | found_msg, | ||
| size_t * | new_idx | ||
| ) |
| herr_t H5O__release_mesg | ( | H5F_t * | f, |
| H5O_t * | oh, | ||
| H5O_mesg_t * | mesg, | ||
| hbool_t | adj_link | ||
| ) |
1.8.18