Searched defs:__btree (Results 1 – 1 of 1) sorted by relevance
244 struct __btree { struct245 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. */