Home
last modified time | relevance | path

Searched defs:_bleaf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/db/btree/
H A Dbtree.h171 typedef struct _bleaf { struct
172 uint32_t ksize; /* size of key */
173 uint32_t dsize; /* size of data */
174 unsigned char flags; /* P_BIGDATA, P_BIGKEY */
175 char bytes[1]; /* data */