Searched defs:yytbl_hdr (Results 1 – 1 of 1) sorted by relevance
109 struct yytbl_hdr { struct110 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */111 flex_uint32_t th_hsize; /**< Size of this header in bytes. */112 flex_uint32_t th_ssize; /**< Size of this dataset, in bytes, including header. */113 flex_uint16_t th_flags; /**< Currently unused, must be 0 */114 char *th_version; /**< Flex version string. NUL terminated. */115 char *th_name; /**< The name of this table set. NUL terminated. */