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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h687 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6200 ** When SQLite calls the xTruncate() method, the cache must discard all
6202 ** to the value of the iLimit parameter passed to xTruncate(). If any
6232 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6253 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c1237 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); member in struct:sqlite3_io_methods
6750 ** When SQLite calls the xTruncate() method, the cache must discard all
6752 ** to the value of the iLimit parameter passed to xTruncate(). If any
6782 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods2
6803 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); member in struct:sqlite3_pcache_methods
14715 return id->pMethods->xTruncate(id, size);
24169 os2Truncate, /* xTruncate */
[all...]

Completed in 442 milliseconds