Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16474 typedef struct BtShared BtShared; typedef
70940 struct BtShared { struct
70941 Pager *pPager; /* The page cache */
70942 sqlite3 *db; /* Database connection currently using this Btree */
70943 BtCursor *pCursor; /* A list of all open cursors */
70944 MemPage *pPage1; /* First page of the database */
70945 u8 openFlags; /* Flags to sqlite3BtreeOpen() */
70947 u8 autoVacuum; /* True if auto-vacuum is enabled */
70948 u8 incrVacuum; /* True if incr-vacuum is enabled */
70949 u8 bDoTruncate; /* True to truncate db on commit */
[all …]