Lines Matching refs:image

525 #define SQLITE_CORRUPT     11   /* The database disk image is malformed */
40858 ** that the database file is larger than the database image (Pager.dbSize),
42276 ** mode if the database file on disk is larger than the database image.
44060 ** current database image, in pages, OR
44074 ** database image would become corrupt. It is therefore fortunate that
44090 ** Truncate the in-memory database file image to nPage pages. This
44704 ** the database image, it may need to be written to the sub-journal.
45500 ** If the database image is smaller than the requested page or if a
45503 ** actual disk read occurs. In this case the memory image of the
46481 /* If the file on disk is smaller than the database image, use
46483 ** image was extended as part of the current transaction and then the
46484 ** last page in the db image moved to the free-list. In this case the
47553 ** 4: For commit records, the size of the database image in pages
48162 ** 4: For commit records, the size of the database image in pages
49664 ** it finished. Leaving a corrupt image in the database file.
50868 ** first byte of on-disk image of every BTree page.
50907 u8 *aData; /* Pointer to disk image of the page data */
50915 ** The in-memory image of a disk page has the auxiliary information appended
56782 ** database image.
56797 ** database image and the end of the database file.
58161 ** sets all pointer-map entries corresponding to database image pages
58167 ** image. */
123365 /* SQLITE_CORRUPT */ "database disk image is malformed",
140355 Blob block; /* Current block image */
140603 Blob *pNode, /* Current node image to append to */
141221 ** This function creates a new node image in blob object *pNew by copying
141226 const char *aNode, /* Current node image */
141228 Blob *pNew, /* OUT: Write new node image here */
141288 Blob root = {0,0,0}; /* New root page image */
147154 ** the in-memory node image, so it cannot fail.