HDF5  1.12.0
H5Omtime.c File Reference

Functions

 H5FL_DEFINE (time_t)
 

Variables

const H5O_msg_class_t H5O_MSG_MTIME [1]
 
const H5O_msg_class_t H5O_MSG_MTIME_NEW [1]
 

Function Documentation

◆ H5FL_DEFINE()

H5FL_DEFINE ( time_t  )

Variable Documentation

◆ H5O_MSG_MTIME

const H5O_msg_class_t H5O_MSG_MTIME[1]
Initial value:
= {{
H5O_MTIME_ID,
"mtime",
sizeof(time_t),
0,
H5O__mtime_decode,
H5O_mtime_encode,
H5O_mtime_copy,
H5O_mtime_size,
NULL,
H5O__mtime_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__mtime_debug
}}

Referenced by H5O_touch_oh().

◆ H5O_MSG_MTIME_NEW

const H5O_msg_class_t H5O_MSG_MTIME_NEW[1]
Initial value:
= {{
H5O_MTIME_NEW_ID,
"mtime_new",
sizeof(time_t),
0,
H5O__mtime_new_decode,
H5O_mtime_new_encode,
H5O_mtime_copy,
H5O_mtime_new_size,
NULL,
H5O__mtime_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__mtime_debug
}}

Referenced by H5O_touch_oh().

NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637