Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Drecover.c1082 typedef struct RecoverLeafCursor RecoverLeafCursor; typedef
1083 struct RecoverLeafCursor { struct
1084 RecoverInteriorCursor *pParent; /* Parent node to this node. */
1085 DbPage *pPage; /* Reference to leaf page. */
1086 unsigned nPageSize; /* Size of pPage. */
1087 unsigned nCells; /* Number of cells in pPage. */
1088 unsigned iCell; /* Current cell. */
1091 i64 iRowid; /* rowid parsed. */
1092 unsigned nRecordCols; /* how many items in the record. */
1093 u64 iRecordOffset; /* offset to record data. */
[all …]