Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbtree.h168 typedef struct _bleaf { struct
169 u_int32_t ksize; /* size of key */
170 u_int32_t dsize; /* size of data */
171 u_char flags; /* P_BIGDATA, P_BIGKEY */
172 char bytes[1]; /* data */
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h172 typedef struct _bleaf { struct
173 u_int32_t ksize; /* size of key */
174 u_int32_t dsize; /* size of data */
175 u_char flags; /* P_BIGDATA, P_BIGKEY */
176 char bytes[1]; /* data */