Bool               68 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool zeroed;          /* True if zeroed out and ready for reuse */
Bool               69 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool rowidIsValid;    /* True if lastRowid is valid */
Bool               70 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool atFirst;         /* True if pointing to first entry */
Bool               71 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
Bool               72 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool nullRow;         /* True if pointing to a row with no data */
Bool               73 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool nextRowidValid;  /* True if the nextRowid field is valid */
Bool               74 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool pseudoTable;     /* This is a NEW or OLD pseudo-tables of a trigger */
Bool               75 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool deferredMoveto;  /* A call to sqlite3BtreeMoveto() is needed */
Bool               76 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool isTable;         /* True if a table requiring integer keys */
Bool               77 ext/pdo_sqlite/sqlite/src/vdbeInt.h   Bool isIndex;         /* True if an index containing keys only - no data */
Bool               67 ext/sqlite/libsqlite/src/vdbeInt.h   Bool recnoIsValid;    /* True if lastRecno is valid */
Bool               68 ext/sqlite/libsqlite/src/vdbeInt.h   Bool keyAsData;       /* The OP_Column command works on key instead of data */
Bool               69 ext/sqlite/libsqlite/src/vdbeInt.h   Bool atFirst;         /* True if pointing to first entry */
Bool               70 ext/sqlite/libsqlite/src/vdbeInt.h   Bool useRandomRowid;  /* Generate new record numbers semi-randomly */
Bool               71 ext/sqlite/libsqlite/src/vdbeInt.h   Bool nullRow;         /* True if pointing to a row with no data */
Bool               72 ext/sqlite/libsqlite/src/vdbeInt.h   Bool nextRowidValid;  /* True if the nextRowid field is valid */
Bool               73 ext/sqlite/libsqlite/src/vdbeInt.h   Bool pseudoTable;     /* This is a NEW or OLD pseudo-tables of a trigger */
Bool               74 ext/sqlite/libsqlite/src/vdbeInt.h   Bool deferredMoveto;  /* A call to sqliteBtreeMoveto() is needed */