Bool             12538 sqlite3/libsqlite/sqlite3.c   Bool zeroed;          /* True if zeroed out and ready for reuse */
Bool             12539 sqlite3/libsqlite/sqlite3.c   Bool rowidIsValid;    /* True if lastRowid is valid */
Bool             12540 sqlite3/libsqlite/sqlite3.c   Bool atFirst;         /* True if pointing to first entry */
Bool             12541 sqlite3/libsqlite/sqlite3.c   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
Bool             12542 sqlite3/libsqlite/sqlite3.c   Bool nullRow;         /* True if pointing to a row with no data */
Bool             12543 sqlite3/libsqlite/sqlite3.c   Bool deferredMoveto;  /* A call to sqlite3BtreeMoveto() is needed */
Bool             12544 sqlite3/libsqlite/sqlite3.c   Bool isTable;         /* True if a table requiring integer keys */
Bool             12545 sqlite3/libsqlite/sqlite3.c   Bool isIndex;         /* True if an index containing keys only - no data */
Bool             12546 sqlite3/libsqlite/sqlite3.c   Bool isOrdered;       /* True if the underlying table is BTREE_UNORDERED */