Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16474 typedef struct BtShared BtShared; typedef
70810 BtShared *pBt; /* Pointer to BtShared that this page is part of */
70863 BtShared *pBt; /* Sharable content of this btree */
70941 struct BtShared { struct
70970 BtShared *pNext; /* Next on a list of sharable BtShared structs */ argument
71061 BtShared *pBt; /* The BtShared this cursor points to */
71217 BtShared *pBt; /* The tree being checked out */
71283 BtShared *pBt = p->pBt;
71628 SQLITE_PRIVATE BtShared *SQLITE_WSD sqlite3SharedCacheList = 0;
71630 static BtShared *SQLITE_WSD sqlite3SharedCacheList = 0;
[all …]