Lines Matching refs:xTruncate
1799 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
8601 ** When SQLite calls the xTruncate() method, the cache must discard all
8603 ** to the value of the iLimit parameter passed to xTruncate(). If any
8633 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
8654 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
20907 return id->pMethods->xTruncate(id, size);
35836 unixTruncate, /* xTruncate */ \
43225 winTruncate, /* xTruncate */
43251 winTruncate, /* xTruncate */
45844 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1);
46220 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
47177 ** Implementation of the sqlite3_pcache.xTruncate method.
47233 pcache1Truncate, /* xTruncate */
48053 ** (8) When a transaction is rolled back, the xTruncate method of the VFS
48055 ** the beginning of the transaction. (In some VFSes, the xTruncate
48557 ** unnecessary calls to xTruncate() after committing a transaction. If,
50613 ** xTruncate() method to truncate it.
90874 memjrnlTruncate, /* xTruncate */
176910 return p->pReal->pMethods->xTruncate(p->pReal, size);
177233 rbuVfsTruncate, /* xTruncate */