mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-10 01:02:56 +03:00
Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFetch and xUnfetch.
FossilOrigin-Name: 1431be95579160fb70408d43e17fc23c7b69ab4a
This commit is contained in:
@@ -176,9 +176,6 @@ int sqlite3SectorSize(sqlite3_file *);
|
||||
void sqlite3PagerTruncateImage(Pager*,Pgno);
|
||||
int sqlite3PagerSetFilesize(Pager *, i64);
|
||||
|
||||
/* Write data to the database file */
|
||||
int sqlite3PagerWriteData(Pager *pPager, const void *pBuf, int nBuf, i64 iOff);
|
||||
|
||||
#if defined(SQLITE_HAS_CODEC) && !defined(SQLITE_OMIT_WAL)
|
||||
void *sqlite3PagerCodec(DbPage *);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user