Lines Matching refs:xTruncate
1148 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
5813 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5815 ** to the value of the iLimit parameter passed to xTruncate(). ^If any
5836 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
12115 return id->pMethods->xTruncate(id, size);
24776 unixTruncate, /* xTruncate */ \
30067 sqlite3GlobalConfig.pcache.xTruncate(pCache->pCache, pgno+1);
30275 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
30902 ** Implementation of the sqlite3_pcache.xTruncate method.
30951 pcache1Truncate, /* xTruncate */
33172 ** xTruncate() method to truncate it.
58847 jrnlTruncate, /* xTruncate */
59128 memjrnlTruncate, /* xTruncate */