Home
last modified time | relevance | path

Searched refs:BtShared (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17085 typedef struct BtShared BtShared; typedef
72378 BtShared *pBt; /* Pointer to BtShared that this page is part of */
72431 BtShared *pBt; /* Sharable content of this btree */
72509 struct BtShared { struct
72538 BtShared *pNext; /* Next on a list of sharable BtShared structs */ argument
72629 BtShared *pBt; /* The BtShared this cursor points to */
72785 BtShared *pBt; /* The tree being checked out */
72851 BtShared *pBt = p->pBt;
73196 SQLITE_PRIVATE BtShared *SQLITE_WSD sqlite3SharedCacheList = 0;
73198 static BtShared *SQLITE_WSD sqlite3SharedCacheList = 0;
[all …]