Lines Matching refs:H5O_msg_class_t

184         const H5O_msg_class_t	*msg_type = (MSG)->type;                      \
220 struct H5O_msg_class_t { struct
244 const H5O_msg_class_t *type; /*type of message */ argument
391 H5_DLLVAR const H5O_msg_class_t *const H5O_msg_class_g[H5O_MSG_TYPES];
410 H5_DLLVAR const H5O_msg_class_t H5O_MSG_NULL[1];
413 H5_DLLVAR const H5O_msg_class_t H5O_MSG_SDSPACE[1];
416 H5_DLLVAR const H5O_msg_class_t H5O_MSG_LINFO[1];
419 H5_DLLVAR const H5O_msg_class_t H5O_MSG_DTYPE[1];
422 H5_DLLVAR const H5O_msg_class_t H5O_MSG_FILL[1];
430 H5_DLLVAR const H5O_msg_class_t H5O_MSG_FILL_NEW[1];
433 H5_DLLVAR const H5O_msg_class_t H5O_MSG_LINK[1];
436 H5_DLLVAR const H5O_msg_class_t H5O_MSG_EFL[1];
439 H5_DLLVAR const H5O_msg_class_t H5O_MSG_LAYOUT[1];
447 H5_DLLVAR const H5O_msg_class_t H5O_MSG_BOGUS_VALID[1];
448 H5_DLLVAR const H5O_msg_class_t H5O_MSG_BOGUS_INVALID[1];
452 H5_DLLVAR const H5O_msg_class_t H5O_MSG_GINFO[1];
455 H5_DLLVAR const H5O_msg_class_t H5O_MSG_PLINE[1];
458 H5_DLLVAR const H5O_msg_class_t H5O_MSG_ATTR[1];
461 H5_DLLVAR const H5O_msg_class_t H5O_MSG_NAME[1];
468 H5_DLLVAR const H5O_msg_class_t H5O_MSG_MTIME[1];
474 H5_DLLVAR const H5O_msg_class_t H5O_MSG_SHMESG[1];
477 H5_DLLVAR const H5O_msg_class_t H5O_MSG_CONT[1];
480 H5_DLLVAR const H5O_msg_class_t H5O_MSG_STAB[1];
486 H5_DLLVAR const H5O_msg_class_t H5O_MSG_MTIME_NEW[1];
492 H5_DLLVAR const H5O_msg_class_t H5O_MSG_BTREEK[1];
498 H5_DLLVAR const H5O_msg_class_t H5O_MSG_DRVINFO[1];
501 H5_DLLVAR const H5O_msg_class_t H5O_MSG_AINFO[1];
504 H5_DLLVAR const H5O_msg_class_t H5O_MSG_REFCOUNT[1];
507 H5_DLLVAR const H5O_msg_class_t H5O_MSG_UNKNOWN[1];
537 const H5O_msg_class_t *type, unsigned *mesg_flags, void *mesg,
540 const H5O_msg_class_t *type, unsigned mesg_flags, unsigned update_flags,
543 const H5O_msg_class_t *type, unsigned mesg_flags, unsigned update_flags,
545 H5_DLL void *H5O_msg_free_real(const H5O_msg_class_t *type, void *mesg);
547 H5_DLL unsigned H5O_msg_count_real(const H5O_t *oh, const H5O_msg_class_t *type);
548 H5_DLL herr_t H5O_msg_remove_real(H5F_t *f, H5O_t *oh, const H5O_msg_class_t *type,
550 H5_DLL void *H5O_msg_copy_file(const H5O_msg_class_t *type, H5F_t *file_src,
553 H5_DLL herr_t H5O_msg_iterate_real(H5F_t *f, H5O_t *oh, const H5O_msg_class_t *type,
573 const H5O_msg_class_t *type, const void *mesg, size_t *mesg_idx);
580 unsigned *ioflags, const uint8_t *buf, const H5O_msg_class_t *type);
584 const H5O_msg_class_t *mesg_type, H5O_shared_t *sh_mesg);
586 const H5O_msg_class_t *mesg_type, H5O_shared_t *sh_mesg);
588 const H5O_msg_class_t *mesg_type, const void *_native_src, void *_native_dst,
592 const H5O_msg_class_t *mesg_type, const H5O_shared_t *shared_src,