Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17849 Btree *pBt; /* The B*Tree structure for this database file */ member
24580 Btree *pBt = db->aDb[i].pBt; in sqlite3_db_status() local
27675 void **pBt; in sqlite3MemMalloc() local
27734 void **pBt; in sqlite3MemFree() local
27897 void **pBt = (void**)pHdr; in sqlite3MemdebugSync() local
27910 void **pBt; in sqlite3MemdebugDump() local
54571 Btree *pBt; local
70737 #define MX_CELL_SIZE(pBt) ((int)(pBt->pageSize-8)) argument
70744 #define MX_CELL(pBt) ((pBt->pageSize-8)/6) argument
70809 BtShared *pBt; /* Pointer to BtShared that this page is part of */ member
[all …]