Lines Matching refs:page
67 # Corrupt the page-size (bytes 16 and 17 of page 1).
87 # Corrupt the free-block list on page 1.
107 # Corrupt the free-block list on page 1.
176 # On the root page of table t2 (page 4), set one of the child page-numbers
178 # the pointer-map after moving the content of page 4 to page 3 as part
227 # This block links a page from table t2 into the t1 table structure.
251 On tree page 2 cell 0: 2nd reference to page 10
282 # step is executed, the last non-free page of the database file is
284 # the page reference in the parent page must be updated to refer
286 # that page reference before performing the incremental vacuum.
289 # The last page in the database page is the second page
307 # The last page in the database page is a non-root b-tree page.
328 # Set up a pointer-map entry so that the last page of the database
329 # file appears to be a b-tree root page. This should be detected
391 # Set the page-flags of one of the leaf pages of the index B-Tree to
392 # 0x0D (interpreted by SQLite as "leaf page of a table B-Tree").
409 # Mess up the page-header of one of the leaf pages of the index B-Tree.
430 # Set the page-flags of one of the leaf pages of the table B-Tree to
431 # 0x0A (interpreted by SQLite as "leaf page of an index B-Tree").
533 # It is not possible for the last page in a database file to be the
534 # pending-byte page (AKA the locking page). This test verifies that if