Home | History | Annotate | Download | only in sqlite

Lines Matching full:cells

650 +/* Cursor for iterating interior nodes.  Interior page cells contain a
679 + * could happen if there are more cells to iterate in an interior
680 + * page, but those cells refer to invalid pages.
770 + /* TODO(shess): Check for cell overlaps? Cells require 4 bytes plus
772 + * shared helper testing for "Cells starting in this range"?).
1137 + * leafCursorNextValidCell skips cells which fail simple integrity
1138 + * checks, such as overlapping other cells, or being located at
1151 + unsigned nCells; /* Number of cells in pPage. */
1173 + * initialized for reading cells.
1288 + * - pPage is a valid leaf page with no valid cells.
1290 + * - pPage is a valid interior page who's leaves contain no valid cells.
1372 + /* B-tree leaf cells lead with varint record size, varint rowid and
1551 + /* No more cells, get the next leaf. */
1783 + /* TODO(shess): What happens if no cells at all are valid? */