Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
grn_io_hash_entry Struct Reference

Data Fields

uint32_t hash_value
uint16_t flag
uint16_t key_size
union {
   uint8_t   buf [sizeof(uint32_t)]
   uint32_t   offset
key
uint8_t value [1]

Detailed Description

Definition at line 1185 of file hash.c.

Field Documentation

uint8_t buf[sizeof(uint32_t)]

Definition at line 1190 of file hash.c.

uint16_t flag

Definition at line 1187 of file hash.c.

uint32_t hash_value

Definition at line 1186 of file hash.c.

union { ... } key
uint16_t key_size

Definition at line 1188 of file hash.c.

uint32_t offset

Definition at line 1191 of file hash.c.

uint8_t value[1]

Definition at line 1193 of file hash.c.


The documentation for this struct was generated from the following file: