Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h244 struct __btree { struct
245 db_pgno_t bt_lpgno; /* Last insert location. */
247 db_indx_t bt_maxkey; /* Maximum keys per page. */
248 db_indx_t bt_minkey; /* Minimum keys per page. */
250 int (*bt_compare) /* Comparison function. */
255 db_indx_t bt_ovflsize; /* Maximum key/data on-page size. */
257 RECNO *recno; /* Private recno structure. */