Lines Matching defs:xTruncate
1155 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
9386 ** When SQLite calls the xTruncate() method, the cache must discard all
9388 ** to the value of the iLimit parameter passed to xTruncate(). If any
9418 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9439 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
26134 return id->pMethods->xTruncate(id, size);
37499 kvvfsTruncateDb, /* xTruncate */
37523 kvvfsTruncateJrnl, /* xTruncate */
38030 SQLITE_KV_LOG(("xTruncate('%s-journal',%lld)\n", pFile->zClass, size));
38046 SQLITE_KV_LOG(("xTruncate('%s-db',%lld)\n", pFile->zClass, size));
43908 unixTruncate, /* xTruncate */ \
51259 winTruncate, /* xTruncate */
51285 winTruncate, /* xTruncate */
53032 memdbTruncate, /* xTruncate */
54939 sqlite3GlobalConfig.pcache2.xTruncate(pCache->pCache, pgno+1);
55347 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
56306 ** Implementation of the sqlite3_pcache.xTruncate method.
56362 pcache1Truncate, /* xTruncate */
57195 ** (8) When a transaction is rolled back, the xTruncate method of the VFS
57197 ** the beginning of the transaction. (In some VFSes, the xTruncate
57686 ** unnecessary calls to xTruncate() after committing a transaction. If,
59741 ** xTruncate() method to truncate it.
106343 memjrnlTruncate, /* xTruncate */
222890 return p->pReal->pMethods->xTruncate(p->pReal, size);
223176 rbuVfsTruncate, /* xTruncate */
223196 rbuVfsTruncate, /* xTruncate */