Searched defs:pBt (Results 1 – 1 of 1) sorted by relevance
17849 Btree *pBt; /* The B*Tree structure for this database file */ member24580 Btree *pBt = db->aDb[i].pBt; in sqlite3_db_status() local27675 void **pBt; in sqlite3MemMalloc() local27734 void **pBt; in sqlite3MemFree() local27897 void **pBt = (void**)pHdr; in sqlite3MemdebugSync() local27910 void **pBt; in sqlite3MemdebugDump() local54571 Btree *pBt; local70737 #define MX_CELL_SIZE(pBt) ((int)(pBt->pageSize-8)) argument70744 #define MX_CELL(pBt) ((pBt->pageSize-8)/6) argument70809 BtShared *pBt; /* Pointer to BtShared that this page is part of */ member[all …]