Lines Matching refs:pBt
222 #define MX_CELL_SIZE(pBt) ((int)(pBt->pageSize-8)) argument
229 #define MX_CELL(pBt) ((pBt->pageSize-8)/6) argument
294 BtShared *pBt; /* Pointer to BtShared that this page is part of */ member
347 BtShared *pBt; /* Sharable content of this btree */ member
538 #define BTCURSOR_FIRST_UNINIT pBt /* Name of first uninitialized field */
539 BtShared *pBt; /* The BtShared this cursor points to */ member
603 #define PENDING_BYTE_PAGE(pBt) ((Pgno)((PENDING_BYTE/((pBt)->pageSize))+1)) argument
620 #define PTRMAP_PAGENO(pBt, pgno) ptrmapPageno(pBt, pgno) argument
622 #define PTRMAP_ISPAGE(pBt, pgno) (PTRMAP_PAGENO((pBt),(pgno))==(pgno)) argument
665 assert( p->pBt->inTransaction!=TRANS_NONE || p->pBt->nTransaction==0 ); \
666 assert( p->pBt->inTransaction>=p->inTrans );
677 #define ISAUTOVACUUM (pBt->autoVacuum)
695 BtShared *pBt; /* The tree being checked out */ member