Searched refs:SQLITE_IOERR (Results 1 – 3 of 3) sorted by relevance
460 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro506 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))507 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))508 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))509 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))510 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))511 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))512 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))513 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))514 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
781 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro827 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))828 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))829 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))830 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))831 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))832 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))833 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))834 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))835 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
9890 sqlite3_result_error_code(ctx, SQLITE_IOERR); in readFileContents()11755 if( SQLITE_OK!=apndWriteMark(paf, pFile, size) ) return SQLITE_IOERR; in apndTruncate()11872 return SQLITE_IOERR; /* Cannot read what is not yet there. */ in apndFetch()18468 case SQLITE_IOERR: zVal = "SQLITE_IOERR"; break; in vfstrace_errcode_name()