Lines Matching refs:page
30 # end of any in-memory buffers as a result of corrupted database page
31 # images. Usually this happens because a field within a database page
32 # that contains an offset to some other structure within the same page
33 # is set to too large a value. A database page contains the following
36 # 1. The page header field that contains the offset to the first
42 # 3. The page header field containing the number of cells on the page
44 # array, which could potentially be off the end of the page).
46 # 4. The page header field containing the offset to the start of the cell
52 # stored within the page, and hence the offset to the final byte of
71 # will not result in buffer overruns as part of page initialization in
73 # page initialization, as trying to do so causes a performance hit.
108 # The following tests, corruptD-1.1.*, focus on the page header field
109 # containing the offset of the first free block in a page.