Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:disk

324 #define SQLITE_IOERR       10   /* Some kind of disk I/O error occurred */
325 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
429 ** information is written to disk in the same order as calls
561 ** information is written to disk in the same order as calls
2029 ** on-disk database will be created. This private database will be
4388 ** out to disk and so if any I/O errors occur, they will likely occur
5061 ** be used to cache database pages read from a file stored on disk, or