Searched refs:BKT (Results 1 – 5 of 5) sorted by relevance
49 static BKT *mpool_bkt(MPOOL *);50 static BKT *mpool_look(MPOOL *, pgno_t);51 static int mpool_write(MPOOL *, BKT *);112 BKT *bp; in mpool_new()146 BKT *bp; in mpool_delete()148 bp = (BKT *)((char *)page - sizeof(BKT)); in mpool_delete()178 BKT *bp; in mpool_get()275 BKT *bp; in mpool_put()280 bp = (BKT *)((char *)page - sizeof(BKT)); in mpool_put()301 BKT *bp; in mpool_close()[all …]
50 static BKT *mpool_bkt __P((MPOOL *));51 static BKT *mpool_look __P((MPOOL *, db_pgno_t));52 static int mpool_write __P((MPOOL *, BKT *));112 BKT *bp; in mpool_new()146 BKT *bp; in mpool_delete()148 bp = (void *)((char *)page - sizeof(BKT)); in mpool_delete()175 BKT *bp; in mpool_get()269 BKT *bp; in mpool_put()274 bp = (void *)((char *)page - sizeof(BKT)); in mpool_put()295 BKT *bp; in mpool_close()[all …]
59 } BKT; typedef
58 } BKT; typedef
876 ((BKT *)((char *)pagep - sizeof(BKT)))->pgno, -1); in __put_page()