Searched refs:SQLITE_IOERR (Results 1 – 7 of 7) sorted by relevance
429 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro469 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))470 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))471 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))472 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))473 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))474 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))475 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))476 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))477 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
706 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro746 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))747 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))748 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))749 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))750 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))751 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))752 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))753 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))754 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
27 public static final int SQLITE_IOERR = 10; /* Some kind of disk I/O error occurred */ field in Constants
META-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...