Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c23013 typedef struct VdbeCursor VdbeCursor; typedef
23014 struct VdbeCursor { struct
23015 u8 eCurType; /* One of the CURTYPE_* values above */
23016 i8 iDb; /* Index of cursor database in db->aDb[] */
23017 u8 nullRow; /* True if pointing to a row with no data */
23018 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
23019 u8 isTable; /* True for rowid tables. False for indexes */
23021 u8 seekOp; /* Most recent seek operation on this cursor */
23022 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */
23047 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23179 typedef struct VdbeCursor VdbeCursor; typedef
23180 struct VdbeCursor { struct
23181 u8 eCurType; /* One of the CURTYPE_* values above */
23182 i8 iDb; /* Index of cursor database in db->aDb[] */
23183 u8 nullRow; /* True if pointing to a row with no data */
23184 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
23185 u8 isTable; /* True for rowid tables. False for indexes */
23187 u8 seekOp; /* Most recent seek operation on this cursor */
23188 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */
23213 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c23236 typedef struct VdbeCursor VdbeCursor; typedef
23237 struct VdbeCursor { struct
23238 u8 eCurType; /* One of the CURTYPE_* values above */
23239 i8 iDb; /* Index of cursor database in db->aDb[] */
23240 u8 nullRow; /* True if pointing to a row with no data */
23241 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
23242 u8 isTable; /* True for rowid tables. False for indexes */
23244 u8 seekOp; /* Most recent seek operation on this cursor */
23245 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */
23270 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c23013 typedef struct VdbeCursor VdbeCursor; typedef
23014 struct VdbeCursor { struct
23015 u8 eCurType; /* One of the CURTYPE_* values above */
23016 i8 iDb; /* Index of cursor database in db->aDb[] */
23017 u8 nullRow; /* True if pointing to a row with no data */
23018 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
23019 u8 isTable; /* True for rowid tables. False for indexes */
23021 u8 seekOp; /* Most recent seek operation on this cursor */
23022 u8 wrFlag; /* The wrFlag argument to sqlite3BtreeCursor() */
23047 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
[all …]