Searched refs:SQLITE_IOERR (Results 1 – 5 of 5) sorted by relevance
455 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro498 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))499 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))500 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))501 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))502 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))503 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))504 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))505 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))506 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
768 #define SQLITE_IOERR 10 /* Some kind of disk I/O error occurred */ macro811 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8))812 #define SQLITE_IOERR_SHORT_READ (SQLITE_IOERR | (2<<8))813 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8))814 #define SQLITE_IOERR_FSYNC (SQLITE_IOERR | (4<<8))815 #define SQLITE_IOERR_DIR_FSYNC (SQLITE_IOERR | (5<<8))816 #define SQLITE_IOERR_TRUNCATE (SQLITE_IOERR | (6<<8))817 #define SQLITE_IOERR_FSTAT (SQLITE_IOERR | (7<<8))818 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8))819 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))[all …]
7251 sqlite3_result_error_code(ctx, SQLITE_IOERR); in readFileContents()8923 if( SQLITE_OK!=apndWriteMark(paf, pFile, size) ) return SQLITE_IOERR; in apndTruncate()9040 return SQLITE_IOERR; /* Cannot read what is not yet there. */ in apndFetch()
376 { "IOERR", SQLITE_IOERR },
694 if (rc == SQLITE_IOERR) { in execute_search_query()