Btree 7665 third_party/sqlite/amalgamation/sqlite3.c typedef struct Btree Btree; Btree 7673 third_party/sqlite/amalgamation/sqlite3.c Btree **ppBtree, /* Return open Btree* here */ Btree 7690 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeClose(Btree*); Btree 7691 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree*,int); Btree 7692 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int); Btree 7693 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSyncDisabled(Btree*); Btree 7694 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix); Btree 7695 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetPageSize(Btree*); Btree 7696 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeMaxPageCount(Btree*,int); Btree 7697 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*); Btree 7698 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSecureDelete(Btree*,int); Btree 7699 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetReserve(Btree*); Btree 7700 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetAutoVacuum(Btree *, int); Btree 7701 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetAutoVacuum(Btree *); Btree 7702 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeBeginTrans(Btree*,int); Btree 7703 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommitPhaseOne(Btree*, const char *zMaster); Btree 7704 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommitPhaseTwo(Btree*, int); Btree 7705 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommit(Btree*); Btree 7706 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeRollback(Btree*); Btree 7707 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeBeginStmt(Btree*,int); Btree 7708 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCreateTable(Btree*, int*, int flags); Btree 7709 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInTrans(Btree*); Btree 7710 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInReadTrans(Btree*); Btree 7711 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInBackup(Btree*); Btree 7712 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *, int, void(*)(void *)); Btree 7713 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree); Btree 7714 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); Btree 7715 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSavepoint(Btree *, int, int); Btree 7717 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const char *sqlite3BtreeGetFilename(Btree *); Btree 7718 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const char *sqlite3BtreeGetJournalname(Btree *); Btree 7719 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCopyFile(Btree *, Btree *); Btree 7721 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIncrVacuum(Btree *); Btree 7736 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree*, int, int*); Btree 7737 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeClearTable(Btree*, int, int*); Btree 7738 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeTripAllCursors(Btree*, int); Btree 7740 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); Btree 7741 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value); Btree 7765 third_party/sqlite/amalgamation/sqlite3.c Btree*, /* BTree containing table to open */ Btree 7801 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*); Btree 7802 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE struct Pager *sqlite3BtreePager(Btree*); Btree 7808 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion); Btree 7820 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeCursorList(Btree*); Btree 7824 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCheckpoint(Btree*, int, int *, int *); Btree 7833 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnter(Btree*); Btree 7841 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSharable(Btree*); Btree 7842 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeLeave(Btree*); Btree 7848 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeHoldsMutex(Btree*); Btree 9008 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; /* The B*Tree structure for this database file */ Btree 11344 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *, Btree *); Btree 12259 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; /* Separate file holding temporary table */ Btree 12767 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 46513 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree; /* Btree handle holding this lock */ Btree 46552 third_party/sqlite/amalgamation/sqlite3.c Btree *pNext; /* List of other sharable Btrees from the same db */ Btree 46553 third_party/sqlite/amalgamation/sqlite3.c Btree *pPrev; /* Back pointer of the same list */ Btree 46637 third_party/sqlite/amalgamation/sqlite3.c Btree *pWriter; /* Btree with currently open write transaction */ Btree 46687 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree; /* The Btree to which this cursor belongs */ Btree 46857 third_party/sqlite/amalgamation/sqlite3.c static void lockBtreeMutex(Btree *p){ Btree 46871 third_party/sqlite/amalgamation/sqlite3.c static void unlockBtreeMutex(Btree *p){ Btree 46898 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnter(Btree *p){ Btree 46899 third_party/sqlite/amalgamation/sqlite3.c Btree *pLater; Btree 46960 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeLeave(Btree *p){ Btree 46977 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeHoldsMutex(Btree *p){ Btree 47019 third_party/sqlite/amalgamation/sqlite3.c Btree *p; Btree 47028 third_party/sqlite/amalgamation/sqlite3.c Btree *p; Btree 47040 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSharable(Btree *p){ Btree 47057 third_party/sqlite/amalgamation/sqlite3.c Btree *p; Btree 47081 third_party/sqlite/amalgamation/sqlite3.c Btree *p; Btree 47104 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeEnter(Btree *p){ Btree 47110 third_party/sqlite/amalgamation/sqlite3.c Btree *p = db->aDb[i].pBt; Btree 47241 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree, /* Handle that must hold lock */ Btree 47321 third_party/sqlite/amalgamation/sqlite3.c static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ Btree 47341 third_party/sqlite/amalgamation/sqlite3.c static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ Btree 47413 third_party/sqlite/amalgamation/sqlite3.c static int setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock){ Btree 47477 third_party/sqlite/amalgamation/sqlite3.c static void clearAllSharedCacheTableLocks(Btree *p){ Btree 47522 third_party/sqlite/amalgamation/sqlite3.c static void downgradeAllSharedCacheTableLocks(Btree *p){ Btree 47588 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree, /* The database file to check */ Btree 48694 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree *p){ Btree 48812 third_party/sqlite/amalgamation/sqlite3.c Btree **ppBtree, /* Pointer to new Btree object written here */ Btree 48818 third_party/sqlite/amalgamation/sqlite3.c Btree *p; /* Handle to return */ Btree 48857 third_party/sqlite/amalgamation/sqlite3.c p = sqlite3MallocZero(sizeof(Btree)); Btree 48894 third_party/sqlite/amalgamation/sqlite3.c Btree *pExisting = db->aDb[iDb].pBt; Btree 49019 third_party/sqlite/amalgamation/sqlite3.c Btree *pSib; Btree 49130 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeClose(Btree *p){ Btree 49200 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){ Btree 49219 third_party/sqlite/amalgamation/sqlite3.c Btree *p, /* The btree to set the safety level on */ Btree 49238 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSyncDisabled(Btree *p){ Btree 49269 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix){ Btree 49299 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetPageSize(Btree *p){ Btree 49309 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetReserve(Btree *p){ Btree 49322 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeMaxPageCount(Btree *p, int mxPage){ Btree 49335 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSecureDelete(Btree *p, int newFlag){ Btree 49354 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetAutoVacuum(Btree *p, int autoVacuum){ Btree 49378 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeGetAutoVacuum(Btree *p){ Btree 49645 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeBeginTrans(Btree *p, int wrflag){ Btree 50097 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIncrVacuum(Btree *p){ Btree 50213 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommitPhaseOne(Btree *p, const char *zMaster){ Btree 50237 third_party/sqlite/amalgamation/sqlite3.c static void btreeEndTransaction(Btree *p){ Btree 50296 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommitPhaseTwo(Btree *p, int bCleanup){ Btree 50326 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCommit(Btree *p){ Btree 50375 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode){ Btree 50400 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeRollback(Btree *p){ Btree 50468 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeBeginStmt(Btree *p, int iStatement){ Btree 50499 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSavepoint(Btree *p, int op, int iSavepoint){ Btree 50555 third_party/sqlite/amalgamation/sqlite3.c Btree *p, /* The btree */ Btree 50603 third_party/sqlite/amalgamation/sqlite3.c Btree *p, /* The btree */ Btree 50675 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree = pCur->pBtree; Btree 51315 third_party/sqlite/amalgamation/sqlite3.c Btree *p = pCur->pBtree; Btree 53772 third_party/sqlite/amalgamation/sqlite3.c Btree *p = pCur->pBtree; Btree 53902 third_party/sqlite/amalgamation/sqlite3.c Btree *p = pCur->pBtree; Btree 54024 third_party/sqlite/amalgamation/sqlite3.c static int btreeCreateTable(Btree *p, int *piTable, int createTabFlags){ Btree 54159 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCreateTable(Btree *p, int *piTable, int flags){ Btree 54229 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange){ Btree 54268 third_party/sqlite/amalgamation/sqlite3.c static int btreeDropTable(Btree *p, Pgno iTable, int *piMoved){ Btree 54371 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){ Btree 54393 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ Btree 54417 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree *p, int idx, u32 iMeta){ Btree 54515 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Pager *sqlite3BtreePager(Btree *p){ Btree 54917 third_party/sqlite/amalgamation/sqlite3.c Btree *p, /* The btree to be checked */ Btree 55028 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const char *sqlite3BtreeGetFilename(Btree *p){ Btree 55041 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const char *sqlite3BtreeGetJournalname(Btree *p){ Btree 55049 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInTrans(Btree *p){ Btree 55063 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt){ Btree 55082 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInReadTrans(Btree *p){ Btree 55088 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIsInBackup(Btree *p){ Btree 55114 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){ Btree 55130 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *p){ Btree 55147 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ Btree 55233 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){ Btree 55292 third_party/sqlite/amalgamation/sqlite3.c Btree *pDest; /* Destination b-tree file */ Btree 55298 third_party/sqlite/amalgamation/sqlite3.c Btree *pSrc; /* Source b-tree file */ Btree 55351 third_party/sqlite/amalgamation/sqlite3.c static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){ Btree 55929 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom){ Btree 58850 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 58882 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 58894 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 58948 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 58993 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 59026 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 59089 third_party/sqlite/amalgamation/sqlite3.c Btree *p = db->aDb[i].pBt; Btree 59125 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 60654 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 62612 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 62625 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 62633 third_party/sqlite/amalgamation/sqlite3.c Btree *pX; Btree 62822 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; /* Btree to change journal mode of */ Btree 62829 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 65147 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 65279 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 65375 third_party/sqlite/amalgamation/sqlite3.c Btree *pX; Btree 67709 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; /* Btree to change journal mode of */ Btree 67822 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 68267 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 80277 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 81038 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Schema *sqlite3SchemaGet(sqlite3 *db, Btree *pBt){ Btree 87943 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = pDb->pBt; Btree 87968 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = pDb->pBt; Btree 88137 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = pDb->pBt; Btree 88983 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt; Btree 89516 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[iDb].pBt; /* Btree database to read cookie from */ Btree 89632 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[i].pBt; Btree 96462 third_party/sqlite/amalgamation/sqlite3.c Btree *pMain; /* The database being vacuumed */ Btree 96463 third_party/sqlite/amalgamation/sqlite3.c Btree *pTemp; /* The temporary database we vacuum into */ Btree 107957 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = db->aDb[j].pBt; Btree 109670 third_party/sqlite/amalgamation/sqlite3.c Btree *pBtree = db->aDb[iDb].pBt; Btree 110641 third_party/sqlite/amalgamation/sqlite3.c Btree *pBt = NULL; Btree 29 third_party/sqlite/src/src/backup.c Btree *pDest; /* Destination b-tree file */ Btree 35 third_party/sqlite/src/src/backup.c Btree *pSrc; /* Source b-tree file */ Btree 88 third_party/sqlite/src/src/backup.c static Btree *findBtree(sqlite3 *pErrorDb, sqlite3 *pDb, const char *zDb){ Btree 666 third_party/sqlite/src/src/backup.c int sqlite3BtreeCopyFile(Btree *pTo, Btree *pFrom){ Btree 27 third_party/sqlite/src/src/btmutex.c static void lockBtreeMutex(Btree *p){ Btree 41 third_party/sqlite/src/src/btmutex.c static void unlockBtreeMutex(Btree *p){ Btree 68 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeEnter(Btree *p){ Btree 69 third_party/sqlite/src/src/btmutex.c Btree *pLater; Btree 130 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeLeave(Btree *p){ Btree 147 third_party/sqlite/src/src/btmutex.c int sqlite3BtreeHoldsMutex(Btree *p){ Btree 189 third_party/sqlite/src/src/btmutex.c Btree *p; Btree 198 third_party/sqlite/src/src/btmutex.c Btree *p; Btree 210 third_party/sqlite/src/src/btmutex.c int sqlite3BtreeSharable(Btree *p){ Btree 227 third_party/sqlite/src/src/btmutex.c Btree *p; Btree 251 third_party/sqlite/src/src/btmutex.c Btree *p; Btree 274 third_party/sqlite/src/src/btmutex.c void sqlite3BtreeEnter(Btree *p){ Btree 280 third_party/sqlite/src/src/btmutex.c Btree *p = db->aDb[i].pBt; Btree 122 third_party/sqlite/src/src/btree.c Btree *pBtree, /* Handle that must hold lock */ Btree 202 third_party/sqlite/src/src/btree.c static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ Btree 222 third_party/sqlite/src/src/btree.c static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ Btree 294 third_party/sqlite/src/src/btree.c static int setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock){ Btree 358 third_party/sqlite/src/src/btree.c static void clearAllSharedCacheTableLocks(Btree *p){ Btree 403 third_party/sqlite/src/src/btree.c static void downgradeAllSharedCacheTableLocks(Btree *p){ Btree 469 third_party/sqlite/src/src/btree.c Btree *pBtree, /* The database file to check */ Btree 1575 third_party/sqlite/src/src/btree.c u32 sqlite3BtreeLastPage(Btree *p){ Btree 1693 third_party/sqlite/src/src/btree.c Btree **ppBtree, /* Pointer to new Btree object written here */ Btree 1699 third_party/sqlite/src/src/btree.c Btree *p; /* Handle to return */ Btree 1738 third_party/sqlite/src/src/btree.c p = sqlite3MallocZero(sizeof(Btree)); Btree 1775 third_party/sqlite/src/src/btree.c Btree *pExisting = db->aDb[iDb].pBt; Btree 1900 third_party/sqlite/src/src/btree.c Btree *pSib; Btree 2011 third_party/sqlite/src/src/btree.c int sqlite3BtreeClose(Btree *p){ Btree 2081 third_party/sqlite/src/src/btree.c int sqlite3BtreeSetCacheSize(Btree *p, int mxPage){ Btree 2100 third_party/sqlite/src/src/btree.c Btree *p, /* The btree to set the safety level on */ Btree 2119 third_party/sqlite/src/src/btree.c int sqlite3BtreeSyncDisabled(Btree *p){ Btree 2150 third_party/sqlite/src/src/btree.c int sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix){ Btree 2180 third_party/sqlite/src/src/btree.c int sqlite3BtreeGetPageSize(Btree *p){ Btree 2190 third_party/sqlite/src/src/btree.c int sqlite3BtreeGetReserve(Btree *p){ Btree 2203 third_party/sqlite/src/src/btree.c int sqlite3BtreeMaxPageCount(Btree *p, int mxPage){ Btree 2216 third_party/sqlite/src/src/btree.c int sqlite3BtreeSecureDelete(Btree *p, int newFlag){ Btree 2235 third_party/sqlite/src/src/btree.c int sqlite3BtreeSetAutoVacuum(Btree *p, int autoVacuum){ Btree 2259 third_party/sqlite/src/src/btree.c int sqlite3BtreeGetAutoVacuum(Btree *p){ Btree 2526 third_party/sqlite/src/src/btree.c int sqlite3BtreeBeginTrans(Btree *p, int wrflag){ Btree 2978 third_party/sqlite/src/src/btree.c int sqlite3BtreeIncrVacuum(Btree *p){ Btree 3094 third_party/sqlite/src/src/btree.c int sqlite3BtreeCommitPhaseOne(Btree *p, const char *zMaster){ Btree 3118 third_party/sqlite/src/src/btree.c static void btreeEndTransaction(Btree *p){ Btree 3177 third_party/sqlite/src/src/btree.c int sqlite3BtreeCommitPhaseTwo(Btree *p, int bCleanup){ Btree 3207 third_party/sqlite/src/src/btree.c int sqlite3BtreeCommit(Btree *p){ Btree 3256 third_party/sqlite/src/src/btree.c void sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode){ Btree 3281 third_party/sqlite/src/src/btree.c int sqlite3BtreeRollback(Btree *p){ Btree 3349 third_party/sqlite/src/src/btree.c int sqlite3BtreeBeginStmt(Btree *p, int iStatement){ Btree 3380 third_party/sqlite/src/src/btree.c int sqlite3BtreeSavepoint(Btree *p, int op, int iSavepoint){ Btree 3436 third_party/sqlite/src/src/btree.c Btree *p, /* The btree */ Btree 3484 third_party/sqlite/src/src/btree.c Btree *p, /* The btree */ Btree 3556 third_party/sqlite/src/src/btree.c Btree *pBtree = pCur->pBtree; Btree 4196 third_party/sqlite/src/src/btree.c Btree *p = pCur->pBtree; Btree 6653 third_party/sqlite/src/src/btree.c Btree *p = pCur->pBtree; Btree 6783 third_party/sqlite/src/src/btree.c Btree *p = pCur->pBtree; Btree 6905 third_party/sqlite/src/src/btree.c static int btreeCreateTable(Btree *p, int *piTable, int createTabFlags){ Btree 7040 third_party/sqlite/src/src/btree.c int sqlite3BtreeCreateTable(Btree *p, int *piTable, int flags){ Btree 7110 third_party/sqlite/src/src/btree.c int sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange){ Btree 7149 third_party/sqlite/src/src/btree.c static int btreeDropTable(Btree *p, Pgno iTable, int *piMoved){ Btree 7252 third_party/sqlite/src/src/btree.c int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){ Btree 7274 third_party/sqlite/src/src/btree.c void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ Btree 7298 third_party/sqlite/src/src/btree.c int sqlite3BtreeUpdateMeta(Btree *p, int idx, u32 iMeta){ Btree 7396 third_party/sqlite/src/src/btree.c Pager *sqlite3BtreePager(Btree *p){ Btree 7798 third_party/sqlite/src/src/btree.c Btree *p, /* The btree to be checked */ Btree 7909 third_party/sqlite/src/src/btree.c const char *sqlite3BtreeGetFilename(Btree *p){ Btree 7922 third_party/sqlite/src/src/btree.c const char *sqlite3BtreeGetJournalname(Btree *p){ Btree 7930 third_party/sqlite/src/src/btree.c int sqlite3BtreeIsInTrans(Btree *p){ Btree 7944 third_party/sqlite/src/src/btree.c int sqlite3BtreeCheckpoint(Btree *p, int eMode, int *pnLog, int *pnCkpt){ Btree 7963 third_party/sqlite/src/src/btree.c int sqlite3BtreeIsInReadTrans(Btree *p){ Btree 7969 third_party/sqlite/src/src/btree.c int sqlite3BtreeIsInBackup(Btree *p){ Btree 7995 third_party/sqlite/src/src/btree.c void *sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)){ Btree 8011 third_party/sqlite/src/src/btree.c int sqlite3BtreeSchemaLocked(Btree *p){ Btree 8028 third_party/sqlite/src/src/btree.c int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ Btree 8114 third_party/sqlite/src/src/btree.c int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){ Btree 39 third_party/sqlite/src/src/btree.h typedef struct Btree Btree; Btree 47 third_party/sqlite/src/src/btree.h Btree **ppBtree, /* Return open Btree* here */ Btree 64 third_party/sqlite/src/src/btree.h int sqlite3BtreeClose(Btree*); Btree 65 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetCacheSize(Btree*,int); Btree 66 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetSafetyLevel(Btree*,int,int,int); Btree 67 third_party/sqlite/src/src/btree.h int sqlite3BtreeSyncDisabled(Btree*); Btree 68 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetPageSize(Btree *p, int nPagesize, int nReserve, int eFix); Btree 69 third_party/sqlite/src/src/btree.h int sqlite3BtreeGetPageSize(Btree*); Btree 70 third_party/sqlite/src/src/btree.h int sqlite3BtreeMaxPageCount(Btree*,int); Btree 71 third_party/sqlite/src/src/btree.h u32 sqlite3BtreeLastPage(Btree*); Btree 72 third_party/sqlite/src/src/btree.h int sqlite3BtreeSecureDelete(Btree*,int); Btree 73 third_party/sqlite/src/src/btree.h int sqlite3BtreeGetReserve(Btree*); Btree 74 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetAutoVacuum(Btree *, int); Btree 75 third_party/sqlite/src/src/btree.h int sqlite3BtreeGetAutoVacuum(Btree *); Btree 76 third_party/sqlite/src/src/btree.h int sqlite3BtreeBeginTrans(Btree*,int); Btree 77 third_party/sqlite/src/src/btree.h int sqlite3BtreeCommitPhaseOne(Btree*, const char *zMaster); Btree 78 third_party/sqlite/src/src/btree.h int sqlite3BtreeCommitPhaseTwo(Btree*, int); Btree 79 third_party/sqlite/src/src/btree.h int sqlite3BtreeCommit(Btree*); Btree 80 third_party/sqlite/src/src/btree.h int sqlite3BtreeRollback(Btree*); Btree 81 third_party/sqlite/src/src/btree.h int sqlite3BtreeBeginStmt(Btree*,int); Btree 82 third_party/sqlite/src/src/btree.h int sqlite3BtreeCreateTable(Btree*, int*, int flags); Btree 83 third_party/sqlite/src/src/btree.h int sqlite3BtreeIsInTrans(Btree*); Btree 84 third_party/sqlite/src/src/btree.h int sqlite3BtreeIsInReadTrans(Btree*); Btree 85 third_party/sqlite/src/src/btree.h int sqlite3BtreeIsInBackup(Btree*); Btree 86 third_party/sqlite/src/src/btree.h void *sqlite3BtreeSchema(Btree *, int, void(*)(void *)); Btree 87 third_party/sqlite/src/src/btree.h int sqlite3BtreeSchemaLocked(Btree *pBtree); Btree 88 third_party/sqlite/src/src/btree.h int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock); Btree 89 third_party/sqlite/src/src/btree.h int sqlite3BtreeSavepoint(Btree *, int, int); Btree 91 third_party/sqlite/src/src/btree.h const char *sqlite3BtreeGetFilename(Btree *); Btree 92 third_party/sqlite/src/src/btree.h const char *sqlite3BtreeGetJournalname(Btree *); Btree 93 third_party/sqlite/src/src/btree.h int sqlite3BtreeCopyFile(Btree *, Btree *); Btree 95 third_party/sqlite/src/src/btree.h int sqlite3BtreeIncrVacuum(Btree *); Btree 110 third_party/sqlite/src/src/btree.h int sqlite3BtreeDropTable(Btree*, int, int*); Btree 111 third_party/sqlite/src/src/btree.h int sqlite3BtreeClearTable(Btree*, int, int*); Btree 112 third_party/sqlite/src/src/btree.h void sqlite3BtreeTripAllCursors(Btree*, int); Btree 114 third_party/sqlite/src/src/btree.h void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); Btree 115 third_party/sqlite/src/src/btree.h int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value); Btree 139 third_party/sqlite/src/src/btree.h Btree*, /* BTree containing table to open */ Btree 175 third_party/sqlite/src/src/btree.h char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*); Btree 176 third_party/sqlite/src/src/btree.h struct Pager *sqlite3BtreePager(Btree*); Btree 182 third_party/sqlite/src/src/btree.h int sqlite3BtreeSetVersion(Btree *pBt, int iVersion); Btree 194 third_party/sqlite/src/src/btree.h void sqlite3BtreeCursorList(Btree*); Btree 198 third_party/sqlite/src/src/btree.h int sqlite3BtreeCheckpoint(Btree*, int, int *, int *); Btree 207 third_party/sqlite/src/src/btree.h void sqlite3BtreeEnter(Btree*); Btree 215 third_party/sqlite/src/src/btree.h int sqlite3BtreeSharable(Btree*); Btree 216 third_party/sqlite/src/src/btree.h void sqlite3BtreeLeave(Btree*); Btree 222 third_party/sqlite/src/src/btree.h int sqlite3BtreeHoldsMutex(Btree*); Btree 311 third_party/sqlite/src/src/btreeInt.h Btree *pBtree; /* Btree handle holding this lock */ Btree 350 third_party/sqlite/src/src/btreeInt.h Btree *pNext; /* List of other sharable Btrees from the same db */ Btree 351 third_party/sqlite/src/src/btreeInt.h Btree *pPrev; /* Back pointer of the same list */ Btree 435 third_party/sqlite/src/src/btreeInt.h Btree *pWriter; /* Btree with currently open write transaction */ Btree 485 third_party/sqlite/src/src/btreeInt.h Btree *pBtree; /* The Btree to which this cursor belongs */ Btree 3438 third_party/sqlite/src/src/build.c Btree *pBt; Btree 440 third_party/sqlite/src/src/callback.c Schema *sqlite3SchemaGet(sqlite3 *db, Btree *pBt){ Btree 712 third_party/sqlite/src/src/main.c Btree *pBt = db->aDb[j].pBt; Btree 2425 third_party/sqlite/src/src/main.c Btree *pBtree = db->aDb[iDb].pBt; Btree 407 third_party/sqlite/src/src/pragma.c Btree *pBt = pDb->pBt; Btree 432 third_party/sqlite/src/src/pragma.c Btree *pBt = pDb->pBt; Btree 601 third_party/sqlite/src/src/pragma.c Btree *pBt = pDb->pBt; Btree 1447 third_party/sqlite/src/src/pragma.c Btree *pBt; Btree 454 third_party/sqlite/src/src/prepare.c Btree *pBt = db->aDb[iDb].pBt; /* Btree database to read cookie from */ Btree 570 third_party/sqlite/src/src/prepare.c Btree *pBt = db->aDb[i].pBt; Btree 395 third_party/sqlite/src/src/recover.c Btree *pBt = NULL; Btree 663 third_party/sqlite/src/src/sqliteInt.h Btree *pBt; /* The B*Tree structure for this database file */ Btree 2999 third_party/sqlite/src/src/sqliteInt.h Schema *sqlite3SchemaGet(sqlite3 *, Btree *); Btree 145 third_party/sqlite/src/src/status.c Btree *pBt = db->aDb[i].pBt; Btree 66 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 104 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 139 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 168 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 218 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 265 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 527 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 564 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 594 third_party/sqlite/src/src/test3.c Btree *pBt; Btree 48 third_party/sqlite/src/src/test_btree.c void sqlite3BtreeCursorList(Btree *p){ Btree 279 third_party/sqlite/src/src/test_stat.c static int statDecodePage(Btree *pBt, StatPage *p){ Btree 370 third_party/sqlite/src/src/test_stat.c Btree *pBt = pTab->db->aDb[0].pBt; Btree 97 third_party/sqlite/src/src/vacuum.c Btree *pMain; /* The database being vacuumed */ Btree 98 third_party/sqlite/src/src/vacuum.c Btree *pTemp; /* The temporary database we vacuum into */ Btree 2798 third_party/sqlite/src/src/vdbe.c Btree *pBt; Btree 2924 third_party/sqlite/src/src/vdbe.c Btree *pBt; Btree 3018 third_party/sqlite/src/src/vdbe.c Btree *pX; Btree 5284 third_party/sqlite/src/src/vdbe.c Btree *pBt; /* Btree to change journal mode of */ Btree 5395 third_party/sqlite/src/src/vdbe.c Btree *pBt; Btree 5825 third_party/sqlite/src/src/vdbe.c Btree *pBt; Btree 45 third_party/sqlite/src/src/vdbeInt.h Btree *pBt; /* Separate file holding temporary table */ Btree 320 third_party/sqlite/src/src/vdbeapi.c Btree *pBt = db->aDb[i].pBt; Btree 1725 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1757 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1769 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1823 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1868 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1901 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt; Btree 1964 third_party/sqlite/src/src/vdbeaux.c Btree *p = db->aDb[i].pBt; Btree 2000 third_party/sqlite/src/src/vdbeaux.c Btree *pBt = db->aDb[i].pBt;