Searched refs:xTruncate (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h682 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6038 ** When SQLite calls the xTruncate() method, the cache must discard all
6040 ** to the value of the iLimit parameter passed to xTruncate(). If any
6062 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1235 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6591 ** When SQLite calls the xTruncate() method, the cache must discard all
6593 ** to the value of the iLimit parameter passed to xTruncate(). If any
6615 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14406 return id->pMethods->xTruncate(id, size);
23795 os2Truncate, /* xTruncate */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h789 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
8490 ** When SQLite calls the xTruncate() method, the cache must discard all
8492 ** to the value of the iLimit parameter passed to xTruncate(). If any
8522 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
8543 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dshell.c3833 apndTruncate, /* xTruncate */
3930 return pFile->pMethods->xTruncate(pFile, paf->iMark+APND_MARK_SIZE);
H A Dsqlite3.c1852 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
9553 ** When SQLite calls the xTruncate() method, the cache must discard all
9555 ** to the value of the iLimit parameter passed to xTruncate(). If any
9585 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
9606 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
23342 return id->pMethods->xTruncate(id, size);
[all...]

Completed in 1079 milliseconds